Hi all,
Like the title says, I am looking for a way to bring values from multiple collections into a power automate flow. I have a flow that populates fields in a word document, and some of the values I need to pass through are stored in collections inside my app. I will include my code below:
I appear to be having an issue grabbing items from my collections, each collection has a field with comments in it that needs to be passed through to my word document. Does anyone know how I can grab the proper values from my collections and move them into my flow?
Hi @Aurora ,
Do you want to bring multiple collections into a power automate flow?
You could convert collections to JSON strings and parse these JSON strings in the flow.
Best regards,