Hi Igor,
That is how it works. First add the parameter in your microflow, than fill that parameter in the 'call microflow' action in the parent microflow.
Good luck,
Jan
Hi Igor,
It seems like you have a Enumeration for the Microflow argument. To archieve what you want you can:
1.- Create a new microflow, let's call it ACT_CallCountState.
2.- In ACT_CallCountState, create a Variable of type Enumeration Status (at the end click Generate to select the "string" you want to put):
3.- Add a microflow call to DS_CountState after the Variable creation:
There you can now select the Variable we just created:
Now you just need to use ACT_CallCountState in your button or wherever you were using the old microflow. I hope that solves your question, if it does please mark it as solved, best regards!
when i try to use microflow in button for example i simply cant write or choose nothing.
I want to fill in the options on my page, not just one.
And I would like create just one microflow and depending of the position they are, I want get corresponding results.