According to the automation I want to create, the robot will enter the website and check whether the required page of the site is opened. If the page opens, it will tell me “The system is working” via Whatsapp Web. If it is not working, it will wait 2 minutes, reload your site and repeat all the steps from the beginning.
When I debug, the following errors occur. Anyone have any ideas?
I bet you have ElementFound declared more than once, and one of them is string. Search for ElementFound in universal search, see if it comes up more than once.
Also, your screenshot doesn’t show which activity the error is coming from.
Can you please share the screenshot of the variable that you have passed in the fow decision?
This error might be occured if you give .ToString after the Boolean variable so make sure that you have passed only the ElementFount Variable without .toString in the Flow Decision.
Then you aren’t doing the search correctly. Make sure you’ve typed the variable name exactly, and make sure you have “current file” or “all files” selected.
Don’t assign true for that variable. If you does in this way the bot will always execute as true only. Where are you facing the error please debug the code.