Hi Community,
I would like to write a program that does some more complex string manipulation. The way strings shall be manipulated is depending on 2 different values, stored in formulars as below:
Power App:
- has a textfield, containing value 1
- has a slider, containing value 2
- has a button to start the programm (the power automate flow)
- has another textfield, where the manipulated string shall appear in the end
Power Automate:
- Shall do the string manipulation
- And give the result back to Power App into a textfield (as per point 4 above)
I am aware how to pass values to a Power-Automate Flow, but I would know how Power-Automate can give results back to the Power-App, so that these are stored in the textfield.
Is that possible in general and is there some documentation somewhere ?
Thank you in advance