
I have created a flow which uses an SQL Stored Procedure with a number of parameters.
I want to use the output of this in my Canvas App.
How do I pass these parameters?
I have tried this without success:
ClearCollect(newCollection, RollCallDate.Run(TextInput1.Text))
Hi @stapes
First you need to add the variable in Flow. Use dynamic Content and select "Ask in PowerApps" under PowerApps action. This needs to be done passed as a string value.
Now, remove the flow from the app and register it again.
You should be able to see the variable created in the flow. Pass the value and this should resolve your error.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!