Using calculated evaluation flow value in evaluation rule (Rule Sets)

I want to make a flow in my Rule Set to sum two values together and then use that value in an Evaluation Rule. I am currently using an Evaluation Flow but it wants the output as a string, how can I change it to an integer for my sum?  

Comments

  • You will want to make a variable for your sum listed under the Inputs for the Rule Set. 

    Then, instead of using the Evaluation Flow use an Evaluation/Data Addition flow to calculate the sum. This will give you the option to map the sum that you calculated to the sum variable we made previously. 

    Then you can use your Evaluation Rule with the sum you calculated.  


Sign In or Register to comment.