Filter mail with dynamic subject

Hi ,

I am facing one issue i.e. I need to filter emails containing subject as “Returned Esign PR 123456” where 123456 is dynamic while using Gsuite activities.

Could anybody please help , will be thankful

HI @atishaarav

Refer the Documentation

Mail.subject.Contains(“Returned Esign PR “+System.Text.RegularExpressions.Regex.Match(Mail.subject,”\d+”).Tostring)

Use can try with IsMatch Activity

Regards
Gokul

1 Like