
Announcements
Hi all. I am now getting quite into this powerapps thing and have build something with a few working steps. I am having a problem running one of my flows. I keep getting a warning saying, I think, that one of the values i am passing to the flow is of the wrong sort, the flow expects a string but i am sending a number. My first question is, have I interpreted the error correctly? The second is how do I fix it? I cant even figure out what parameter is wrong as i have changed them all to static string options (see the image) and am still getting the same error.
Have you checked on your flow run history? If you see the last one for this run that failed then click it and make sure that its not an error in the flow. That being said I think you are getting what the error is saying. What is odd is that you are passing in all strings it looks like to me.
If you type the flow out or click in its individual arguments it will tell you what it is expecting and maybe that will help you narrow the field to find the error quicker.