Hello,
Which is the best way of using a Flow Switch decision point based on String inputs from Orchestrator Queue item?
In my case I have 3 types of inputs for eg. “input1”, “input2” and “input3” extracted from
in_TransactionItem.SpecificContent(“abc”).ToString()
Regards,
Ioana
Hi @Ioana_Renard
You can use flowchat switch options based on your condition
Regards,
Kaviyarasu N
Hi @Ioana_Renard
Yes you can give directly like this
in_TransactionItem.SpecificContent(“abc”).ToString()
Or even via variable anything is fine you just need to make sure you are using the correct type argument in the flow switch properties
Regards
Sudharsan