How to restart process when some element exists in web page?

Dear Experts

I have a request as below:

I need to fill in order information from an excel list to a web page one by one

There are different status of orders which I don’t know before fill in the web page

If [Status] on web page is “Available”, then continue the till the end of process and followed by next order from the excel list

If [Status] on web page is “Unavailable” or “Processing”, then I don’t need to do anything because I can’t click on the check box.

What I need to do in this scenario is to refresh the web page and start to fill in next order from the excel list

May I know which activities can I use in this case?

[Available]

[Unavailable]

[Process in UiPath]

Thanks
Ivan

Hi, @yangyq10

First, you can Use ‘Get Text’ activity to get Status Value(which is Avaliable or Unavaliable)

Then you can check the value of Status with ‘If’ Activity. If Status is Unavailable, then you must use ‘Continue’ Activity. This activity allows you to skip the remaining operations in the loop and move on to the next iteration.

Cheers.

Hi @yangyq10 ,

I would like to suggest you we can achieve the get status data by using the “Get Text” Activity as per the outputs of Get Text Activity use Case when to fulfill all your condition

@tolga.kamci Big thank you to you! ‘Continue’ is what I really need :laughing:

1 Like

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