Hi all,
I am using a Regex on the body of an email to pull a certain value into Excel. I am able to split the many numbers from the body and produce a list of them using the ‘Write Line’. The value I need to put into a variable will always be the 4th number in the body of the email. Is there a better way to single out this value since it, and the strings before/after it, change daily?
Thanks in advance for any help.