Hello!
I want to make my robot take the next steps only if the field in the browser is empty. If something is entered in this field, it will move on to the next task.
How can I do this? Please give me a detailed explanation.
Thank You
Hello!
I want to make my robot take the next steps only if the field in the browser is empty. If something is entered in this field, it will move on to the next task.
How can I do this? Please give me a detailed explanation.
Thank You
@sullivanne
Use “get text activity” and pass variable to it as outputText
.after that put if condition and check if the outputText is empty or not.
If empty use then block to proceed further
Thank you. I added the “get text” activity, retrieved the value from the field but I don’t know what to enter in the condition. Sorry, I’m a beginner.
Hi,
You could use Wait Attribute activity too.
Find the attribute which holds the text, use same in the above activity and wait for text or empty value and do your actions.
Thanks.
Hi @sullivanne
Please find attached workflow. If it solves the problem, then please mark it as a solution.
Thanks
Shree
Test.zip (5.2 KB)
I’m working on StudioX
Thank you very much! It work!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.