Three cases for set status

I want to give 3 status
for success 1
for already “Create 2
for Error occurred during update
I Set if else for 1 and 2 status how to give error status

Hi,

Can you try to use Switch activity?

OR Else-If activity also helps you.

https://docs.uipath.com/activities/docs/if-else-if

Regards,

How to write condition for all ? if element is not there and for error ?

Hi @Kuldeep_Pandey

As @Yoichi suggested, both switch and else if can solve the problem

About write condition for all, do you mean in all situation other than success & created?

If yes, for else if activity, you can put the action in else body without condition, as shown below

1 Like