
Hi all
I am trying to build the following flow:
the bit that I am struggling with is how to get the apply to each for the list rows function to build the array and then merge the information into the word doc at each creditor change.
I have tried using variables to set and reset the creditor but i keep running into issues. I have followed the process outlined in How to: Populate a Word Template with repeating content control (bythedevs.com) but this doesnt appear to allow for the mulitple creditor situation.
help!
Here is the solution I finally found for anyone else.
I initialised variables, set them on the first run and had the apply to each condition change when the creditor changed, this way it would apply the correct variables to the 'no' run, clear the array and then apply the new variables for the next batch.