I am trying to get the repeating section of a Word Template to work. I'm not sure why it is not pulling the data correctly. Instead it is only using the first record. See the following information to see what is happening.
I believe this worked at one time and have recreated the section in the template and it still is only grabbing the first piece of information from the select array and duplicating as you will see below.
1. There is a Select statement that gets the information that will be mapped to the repeating section of
2. Here is the data it returns
3. Here is the place in the word template where it populates from the Output of this Select. As you can see it show the two values that it will map as being different.
5. Here is the section of the Word template that will be populated:
6. Here is the section of the Word template that is populated, which repeats the first value in the Select array. If I add more rows it repeats it for the number of rows there are, but it will not pull information as it looks like it is doing in the statement above. In this example the second row should contain the Bill Area "TEST" shown above.
NOTE: At one point this worked and then it broke. I've recreated this section multiple times and cannot get it to pull in more than the first row even though it appears that the flow is getting the values it needs.
I REALLY need someone to help me with this as I have been working on this for several days with no luck and no reference to how this can be resolved.
Thank you!