I have a flow that is invoked by Power Apps, it gets a string value from PowerApps see below
when I add an integer variable it changes from string to integer, see below. How can I prevent this as flow is expecting a string not an integer.
Thank you!!
While I don't know if/how to prevent this from happening, you can mitigate the issue by using a string() expression when you reference the value passed in from Power Apps.