passing input from text box to microflow

0
how can I passing value from text box to microflow
asked
2 answers
1

You need to pass the object that holds the attribute that you use in your textbox to the microflow, then you can access the value in a microflow activity with <Objectname>/<Attributename>. You can pass the object either by adding a microflow button to your page, or by adding an event handler to the text box (e. g. on change).

answered
0

Hi Samboon,

            Are you checking for on change microflow?

 

answered