Using the get outlook mail message activity.Then a for each and for each row to cycle through a list of emails. Is there a way of storing a piece of data inside email body in a variable?
1 Like
Hi, bobby.
I didn’t get what you really want, but If you want to store something that is the email inside a variable, you could do something like this:
Of couse, you can filter, and store something specific using RegEx, etc.
But don’t forget to set the For Each activity to work with MailMessage, like this:
1 Like
Thanks man
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.