I have a flow that when an item is updated within one list, grabs the rest of the information on the secondary list and populates some Word Files. There are two lists that are used for this, one that has all the quotes and the other that has all the notification details.
I get the address from the quote that was updated and then I get the notification from the other list by using Filter Query field_2 eq 'ADDRESS'.
Items that do not require the notification details generate just fine, but all the other word files enter an apply to each loop and while running are greyed out and do not produce any doc files. What is the issue here? Why can I not see what the error is within the apply to each loop?
I'm only a beginner so any help would be greatly appreciated! Thanks