Microflow has a different parameter then listview/dataview (error CE1574)

0
I’m trying to add products to shopping chart for a webshop. I made a microflow that checks if there are products on the order and then it will be added to the shopping chart. I can (if needed) show the microflows in question. I made a button that calls the microflow, but it gives me an error message that the parameter of the microflow is different then the one in the listview (where the button is placed). How do i fix this error (error code: CE1574).  
asked
2 answers
1

Hi Nick,

If you call a microflow from a button, all input parameters of your microflow must be available on your page. So if your microflow has a parameter of type Order, but on your page there are only Products, there is a mismatch. If you click the button and go to microflow settings, you can see which parameter(s) are missing.

Hope this helps!

answered
0

@Johan Munneke So we tried your solution, but in the microflow we couldn’t get the right argument?

 

answered