Skip to content

Replace Table Row Node

Document/DOCX

Replace Table Row

Find a table containing a placeholder, duplicate that row for each data item, replacing placeholders per row

docx_replace_table_rowmedia
Inputs5
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.
3/10High
CostExternal or compute cost impact.
0/10High

Input Pins

5

Input

Execution
exec_in

Trigger

Template

Struct
template

DOCX template file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Placeholder

String
placeholder

Placeholder in the template row (e.g. {{item}})

Data

String
data

JSON array of objects — each object's keys match placeholders in the row

Output Path

Struct
output

Where to save the result

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_replace_table_row
Category
Document/DOCX