
Announcements
I am building an App using the Salesforce Connector. I need to loop through some records and GeoCode their address into lat/long, and then send that lat/long to Salesforce.
I am not able to do this with a Forall inside of Powerapps, because it seems the Salesforce connector attempts to Delegate this, so I can't use variables.
So I need a way to send the requisite data to Salesforce, but I have to take the variables from the Power App and send them as literals to Salesforce.
you can send an array/table using the JSON function to flow then have that parsed and made into a CSV. Im not sure if this will help as I have never used salesforce but I'm hoping it may be of some use!
Populate a gallery with the items you want to send (or collection)
Send the flow your data using the JSON function (if you have labels you will have to use some of the ignore functions as the second parameter. You can use multiple separated by a ';' or ';;' depending on your region.