Parallel execution of a sequence

Hi Team,

i am opening a browser and I have a set of sequence that needs to be executed meanwhile on parallel to that i need to check whether a condition is met between the execution.If that condition is met then, i need to close that browser and reopen that and perform the remaining actions.

How can we achieve that…?

Do we have any activity for that…?

Please respond ASAP

Yes, You have parallel activity for that.

Sample image:

Hi

You can use the Parallel activity to achieve what you need to. There are some examples below

Examples

Hello @jishnupnair1996

In addition of what they said above, you could use the “if” activity to make that condition work.