Repeating Table Row
This guide shows how to print a list of items into a table using Make.
Step 1 — Prepare your template
In the Eledo editor:
-
Create a table with:
- one row for headers
- one row for data
-
Place the cursor inside the second row
-
Click Block Repetition
-
Click Select Parent Block to select the entire table row
-
In Data (expression), enter the list name (for example
Products)
This will repeat the table row for each item in the list.
Add dynamic values
Inside the repeated row:
- Add Text Box (TXT) components
- Use field names for item properties (for example
Name,Quantity,DeliveryDate)

tip
Learn more about Block Repetition:
→ /docs/product/template-editor/components/block-repetition.mdx
Step 2 — Use the template in Make
In your Make scenario:
- Add the Eledo PDF module
- Select your template
- Click Refresh Custom Fields
Step 3 — Map your data
- Enable Map on the list field (for example
Products) - Select Array
- Open the mapping configuration
- Map fields (for example
Name,Quantity,DeliveryDate)

Result
When the scenario runs:
- each item in the list is processed
- the table row is repeated
- values are inserted into each column
Next steps
- Grouping rows → Grouping Table Rows
- Build full workflow → Generate Your First PDF
Was this article helpful?
Yes
No