Rule Step with Multiple Outputs

Rule Step with Multiple Outputs

Comments

  • Is it possible for the Rule Step to have multiple outputs so that each condition can return its own result path?

  • Unknown
    edited November 2023

    This can be achieved by using a Truth Table and a String Match step. The Truth Table will allow you to define multiple rule evaluations for the inputs and specify a specific output for each outcome. Then map the output of the truth table to a string match step. You will want to add the output possibilities as a list to the Possible Matches in the properties of the String Match step and map the output of the truth table to the input of the String Match step. This will create different paths for each of the output possibilities from your truth table.



    [i]edited by kathryn.britt on 8/8/2023[/i]

Sign In or Register to comment.