Hi,
I run a flow triggered by a button in powerapps called "Add_Customer_From_App".
Within the flow I return a string-variable called "response", which seems to work:
In the App I store the responsed value in a variable (On-Select-property of button)
Set(Response;Add_Customer_From_App.Run("Titel";"Customer Number";"Country ID";"Street";"Postal";"City";"Creator";"Temp_ID"))
And show the variable in the text-field (Text-property):
Response.response
The value is not showing up, the text-field remains empty...
Any ideas?
Thanks,
Lukas

Report
All responses (
Answers (