look up information in a table; If you do not have the information, go to another stream.
Welcome to the forum…
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)
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