I am using PowerApps and I want to pass a collection of values that are taken from my form to a Power Automate flow.
I then want to use those values in a Word document.
Unsure if it is possible, I have tried various ways, but I can't get it to work.
In this case I am only trying to pass values for a single record.
I realise I could do it directly in flow without a collection by using a GetItems (data is in a sharepoint list) with a filter on the ID of the record and pass those values into the Word connector, but when I tried this I was getting an OData string appearing in the document.
{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
Can someone explain with an example of how to do this?
Thank you