What is the difference between Ask in PowerApps and Body in dynamic content? I can't find any documentation on it.
Solved! Go to Solution.
Hi @WillyD44
Ask in PowerApps will enable a value to be passed from PowerApps to Flow
You can pass multiple attributes from PowerApps to Flow
Flow.Run(variable, variable, etc...)
The Body contains the entire request object that is passed from PowerApps to Flow which includes information like
headers,connection details etc.
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @WillyD44
Ask in PowerApps will enable a value to be passed from PowerApps to Flow
You can pass multiple attributes from PowerApps to Flow
Flow.Run(variable, variable, etc...)
The Body contains the entire request object that is passed from PowerApps to Flow which includes information like
headers,connection details etc.
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
User | Count |
---|---|
252 | |
126 | |
104 | |
50 | |
49 |