Hi, guys! So, I have an excel file with table. In this table I have Name, Surname, Mail and Tel Columns. I want to add all this info into the word template file. It works great if i have only 1 row. If there are many rows, only the last row is present in the newly created word file. here is the screenshot of my flow. The question is, how should i modify all the fields in word document from developer mode, so that all the content from excel file is added to word file and not only the last one. I marked the fields in word file as repetitive content but it does not help.
Solved! Go to Solution.
Hi @KotaroKo,
You could have a try that initializes an array variable to store these columns, Create Append to the array variable, then put the array into the Populate A MS word template action:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @KotaroKo,
You could have a try that initializes an array variable to store these columns, Create Append to the array variable, then put the array into the Populate A MS word template action:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.