Hi all,
I’m trying to iterate through some emails in outlook. I want to trigger an email to send if one of the emails contains a specific format of numbers in the body. The format of numbers will look like this:
‘2020####_####’
It will always start with 2020 and the # signs will always be unique digits. The underscore and single quotation marks are also always included.
I need some help determining the regular expression to use in my is Match activity to find that. I’m a beginner and do not much have any experience with regular expressions.
Thanks!