How to proceed further if there are 3 possible result for one action?

Hi @Karthikeyan_CS

Use parallel activity which will execute only for maximum of the max timwout that you give …that way you will save time…use 3 element exists in parallel and give your selectors use 3 outputs for boolean values then in parallel condition give or for 3 booleans…below use a if condition with each boolean and you are done

Cheers

1 Like