Parameter of selected microflow does not match available arguments. please help, screen shot of error in description.

1
Hi I am struggling on what this error means. So this is for a polling type app, I have a list of suggestions and a button that says vote. what I want it to do is first change the vote tally to +1 and then to show the poll page. What I did in my microflow was first set parameter to suggestion and then change the tally which leads to commiting the change which leads to showing poll page which gives me this error, why is that? please help.
asked
1 answers
2

You need to check where you are triggering the microflow. It appears you are calling it from outside of any grid, list, or view. In order for you to be updating the "suggestion" you need to be able to pass it in, so wherever you are showing the details of the suggestion is where you want to be triggering it.

answered