I have a gallery in Powerapps.
It contains two columns: FromAdress and ToAdress
I want to press a button in powerapps, send the gallerys data to power automate.
The flow i want to run is going to use the BING map connector to messure distance between fromAdress and toAdress.
Then i want to send back each distance to Powerapps and save the data.
I have this working by using a button in the gallery on each row and just pass one from/to adress at a time to power automate.
But i can not figure out how to pass the whole gallery
Let the flow run a "for each" and then send back each distance and save it to the correct row (patch).
Is this possible?
Hi @Oskarkuus
Quick question. Where is your data source?
You can trigger a Flow that goes to the data source directly, calculates and updates the data. Then you can "signal" to Power Apps that the data was updated so it can fetch it again.
This will prevent you from getting the information from a data source -> Power Apps -> Flow -> Power Apps -> Data Source.
Another advantage is that, in the case that you need to change the Galery or any other element in the Power App, you don't have to change the Flow. There's a separation of responsibilities this way.
Would this be possible? Or do you need the data to go from Power Apps to Power Automate?
Cheers
Manuel
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.