Accessing Flow Data

Accessing Flow Data

Comments

  • Hi All,
    I am trying to create a simple flow to handle our repo process. I am currently stuck trying to use data from a form in my rule within the flow. What are the steps to achieve this?

  • Hello,

    On your form select your controls and go to the properties panel on the right. Make sure that you have selected either Required Outcome Scenario or Optional Outcome Scenario. Now this data will be passed from your form. Once this has been done verify that the input to your rule is the same data type as the output from your form that you are trying to run logic on. Finally, you can then select the rule in your flow and under inputs you can map data to it. Just select the option select from flow and choose the value from your form that you would like to use in the rule.

Sign In or Register to comment.