Parameter microflows

1
Hi there, We can type any information when we call the microflow? Like we insert one parameter in microflow type String and when we use them can we write one word, for example?
asked
4 answers
1

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.

formuhelp.jpg

Good luck,

Jan

answered
1

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):

image.png

3.- Add a microflow call to DS_CountState after the Variable creation:

image.png

image.png

 

There you can now select the Variable we just created:

image.png

 

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!

answered
0

image.png

 

when i try to use microflow in button for example i simply cant write or choose nothing.

answered
0

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.

 

image.png

 

image.png

answered