I'm populating a word document among other pieces and I'm having trouble with data from within an "apply to each". With the "apply to each" I have a compose statement.
For my "compose" components not nested in the "apply to each", I use the following without issue.
outputs('Compose_company')?['value']?[0]?['Company_Name']
Any thoughts on how I pull from the "apply to each"?
Thanks for any insight!