Hi
I’m still new to automation, can you help me?
How can I read the email and get the verification code?
What activities will you use for this process?
THNKS
Hi
I’m still new to automation, can you help me?
How can I read the email and get the verification code?
What activities will you use for this process?
THNKS
Hi @Nada_Ismail ,
We have activity get outlook mail body
you can use it
‘mail.body.ToString’
regards,
Hi @Nada_Ismail
Welcome to Community!!
Use Get Outlook Mail Message activity in that use For each activity to iterate mails in that use
CurrentItem.Body
Then by using regex to get OTP
Hello @Nada_Ismail
Thanks & Cheers!!!
How do I do the filtering part?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.