Hi Everyone I have this scenario, if could anyone help:
1-Extract emails :
2-should select the first line and complete the process, but when finding 2 lines (email) it gives email not exist, when finding one email it works normally
Ideally to get emails and all we use email related activities and not ui automation
What do you mean by fiest line? …if they are multiple are they separated by newline? Because generally in email without newline itself the line moves to second based on number of words in a line
Thanks for your replay, I am using get a Text to extract the emails from the App, maybe be 0,1, or more emails, and if the email exists should select the first one and move to the next process, if the email does not exist also should to another process, I solved the issue by using the string in IF activity and now it’s working.