Error while calling micoflow

0
From a page using the building block ‘open page i am calling a microflow but it is giving error ‘Parameters “x” and “y” of the selected microflow do not match available arguments. No arguments are available though i am only calling that microflow through that link so that it can be triggered. Below is the microflow which i am calling. I want only this microflow to be called by clicking on a link on the page.  So anyone can help in regarding this error.
asked
1 answers
1

The error means that the parameters ‘Track’ and ‘Raleigh’ can not be past from the page that calls this microflow.

In order to pass these parameters to the microflow, you need to call the microflow from a page with for example a dataview with one of these entities.

See: https://docs.mendix.com/refguide/starting-microflows#2-microflow

answered