Go to another stream if you don't find any information

look up information in a table; If you do not have the information, go to another stream.

Hi @BrunoAmorim17

Welcome to the forum…:slight_smile:

Could you elaborate on the step that you are trying to automate ?

Thank you
VJ

Hi @ BrunoAmorim17,

use text exist or element exist and then use IF condition if false navigate to next page(Stream)

uipath

As in the example above, I want the robot to read the field enabled, if all fields are named “Enabled”, it goes to another stream, if “approved” continues the stream

Ok,

if are scraping the data and have a for each row
use inside the for each

Assign
SomeString = Row(4).tostring

Than use IF
SomeString.Equals(“Enabled”)
Then
goes to another stream
Else
continues the stream

1 Like

Can I talk to you over the phone?
I am Brazilian