Skip to content

Replace Table Data Node

Document/PPTX

Replace Table Data

Populate a table on a slide that contains a placeholder in its first cell with structured data (JSON array of arrays). Inherits the table's existing styling.

pptx_replace_table_datamedia
Inputs7
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.
4/10Medium
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
0/10High

Input Pins

7

Input

Execution
exec_in

Trigger execution

Template

Struct
template

Path to the PPTX file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Slide Index

Integer
slide_index

Which slide contains the table (1-based)

Default 1

Placeholder

String
placeholder

Placeholder text to find in the table

Data

String
data

JSON array of arrays with table data

Has Header

Boolean
has_header

Whether the first row of data is a header row

Default true

Output Path

Struct
output

Path where the resulting PPTX file will be saved

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

2

Done

Execution
exec_out

Execution continues after replacement

Result

Struct
result

Path to the generated PPTX file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Node Info

Internal name
pptx_replace_table_data
Category
Document/PPTX