Hi!
I’m trying to create a robot that will check if the text “NET ONLY” exists in an element I’ve captured then if it does, it will do X then if it doesn’t exists, it will do Y.
What I’ve thought of so far is to convert the click text activity to a string and then in the IF activity, I will use “{string}.Contains(NET ONLY)” and put a sequence below the then and else but I don’t know how to do that exactly.
Kindly check the picture below for reference. Thank you.