Hi All,
I am facing a weird issue and it seems like I don't know exact syntax to achieve the desired result.
So here's what I want to achieve,
- I have Bullet point from Word Template where I need to show dynamic data. These data are multiple rows (related records) where I need to display only the name of the record.
- I want to have below format.
- Record 1
- Record 2
- Record 3
- Instead I am getting 2 incorrect outputs as
- [Table Name Object]
- [Table Name Object]
or
- [Record 1, Record 2] or ["Record 1", "Record 2"]
I have no clue how to fix it.
Below are incorrect output images,


Flow output -> Populate a Word Doc Image

Kindly advise if anyone know what's wrong here
Thanks