Multiple conditions in a decision box.

0
I am trying to set a value of an object based on multiple conditions. How can I achieve that?
asked
3 answers
0

If the value is an enumeration you could use that in the split. So if grade contains an enum Medal with the values Gold, Bronze, Silver and empty put $Grade/Medal inside the split. Or if you do not have an enum create a variable with that enum and use if statements to fill it like if $Grade/someValue =>0 and $Grade/someValue <=33 then yourmodulename.Medal.Bronze else ….

Otherwise use multiple splits as Jeremie told you.

Regards,

Ronald

 

answered
2

Use multiple decision.

answered
0

I want to implement the following microflow’s decision. Acknowledge me the steps to implement it.

 

 

answered