Skip to content

Add Table Node

Document/DOCX

Add Table

Insert a styled table from JSON data. Default: branded header with #FF4343, zebra rows.

docx_add_tablemedia
Inputs8
Outputs2
Security exposure3/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
3/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

8

Input

Execution
exec_in

Trigger

Template

Struct
template

DOCX file to add table to

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Data

String
data

JSON array of arrays (first row = headers if header_row=true)

Header Row

Boolean
header_row

Style first row as header

Default true

Alternate Rows

Boolean
alternate_rows

Zebra striping

Default true

Border Color

String
border_color

Table border color (hex)

Default #E5E7EB

Font Size

Float
font_size

Font size in points

Default 10

Output Path

Struct
output

Where to save

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

2

Done

Execution
exec_out

Continues

Result

Struct
result

Output file path

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Node Info

Internal name
docx_add_table
Category
Document/DOCX