How can I generate a pathway by matching an input string with certain pre-defined values?

I have several subflows inside a main flow. I want to check the input of the flow with certain values to determine which subflow is executed. What would be the best way to do this? 

Comments

  • Hello, 

    One way you can generate output pathways is by using a "String Match Step." In this step, you can input a "String to Match" and compare it to pre-defined "Possible Matches" strings. Each value to match will create an pathway where you can insert a subflow. Please refer to the following documentation for more information:

    String Match Step

    Thanks,

    Kobe

Sign In or Register to comment.