
Announcements
I have seen the numerous guides about set("Variable",FlowName.Run("FlowVariables")) and then using Variable as an object, so you can essentially use Variable.String, Variable.Number, Variable.Date (provided String, Number, and Date, are all the names of variables you're responding with from the flow.
I ran into an error with the Respond to Powerapps action once I set the flow to NOT RUN CONCURRENTLY.
Right now, I am forcing the Flow to only create 1 instance, and que the remaining flows (If any ever, I anticipate this to actually almost never happen, but just in case this flow gets triggered twice back to back somewhere in the company, it will need to be sequential, not concurrent)
In the flow, i went to the respond to powerapps action, and went to the settings.
I marked as asynchronous responses.
But when i run my flow, Powerapps does NOT receive my variables!!!
That is my blank record in powerapps after running the flow:
The response is VERY much hardcoded...
I am not positive why I am not getting the response I need.
I believe the solution MIGHT be within the very first image, under tracked properties. But if so, I am unsure of the syntax for the mapping??