Hey folks,
I want to read specific information from Outlook mails with the Matches activity. I know that the match is working and I want to get that exact information from the mail and save it in a variable after the match to further work with this info. I used an Assign activity and tried with [name of the matches result].toString but what I get is some cryptic info: (System.Linq.Enumerable+d__97`1[System.Text.RegularExpressions.Match])
Is there a possibility to get the info as a string?
Thanks in advance