Hi everyone,
I'm currently working on populating a Word template using Quick Parts to avoid premium features in Power Automate. The data source I’m working with is from Power Apps.
The challenge I'm facing is with inserting multiple rows of data into a table in the Word template. Instead of creating new rows for each data item, all the data gets merged into a single cell or row, appearing like:
data1data2data3 |
data1 | |
data2 | |
data3 |
Is it possible to achieve this using Quick Parts? If so, what would be the best approach to dynamically generate rows for each data item? Any guidance would be greatly appreciated!
Thank you!
{Placeholder}
or a content control like <<Data>>
in the row where the dynamic data will go) Ensure the row has properly formatted cells for your data.Char(13)
or Char(10)
for new lines depending on the requirements of your template. Concat({Placeholder}
in the Word template with your Quick Part or content control and map it to the string generated by Power Apps.Char(10)
) within the cell content as separate lines. If you need each item in a separate row: - Use a plain-text content control in the Word table. Map the content control to the Power Apps-generated string. Word will render each Char(10)
(line break) as a new row when the template is populated.Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.