How to jump to another sequence in IF

Dear Experts

I have IF activity which under sequence [CRAD Change]

Is there an activity which can fulfill below request:

If FirstRow<0, then ignore all the following activities in [CRAD Change], and directly jump to next sequence which is [Upload to D365-B/E]

Else continue the following activities in [CRAD Change]

Thanks
Ivan

@yangyq10

Then add all the activities that are to be performed in crad change sequence inside if condition itself then it would move to next if the condition is not satisfied

Cheers

@Anil_G

Yes, this is what comes to me at the beginning.
But since there are too many activity in [Upload to D365-B/E], I am thinking if there is any activity under Workflow can magically help me jump to it without moving everything into [CRAD Change]

@yangyq10

Ideally that is the way

Alternately you can use a try catch around the sequence and throw activity ehen you want to wnd the seuqence and in catch just use a log message…but this is not a good way

Better to use if condition only

Cheers

@yangyq10,

Putting this logic in sequence might seem complex.

You can use Flowchart with flow decision to jump to the desired logic.

1 Like

@ashokkarale Yeah, after test in the last few days, this is a better way to do so

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.