Hi all, Thanks to the support in the forum I got a formula to take different outputs via a flow switch. What is new is that the string that holds the value is either in the mail subject or in the mail body. How can I check both strings at once?
RegEx_Array_for_Referenz.Where(Function(x)System.Text.RegularExpressions.Regex.IsMatch(Mail_Subject and Mail_Body,x,RegexOptions.IgnoreCase)).FirstOrDefault
RegEx_Array_for_Referenz.Where(Function(x) System.Text.RegularExpressions.Regex.IsMatch(Mail_Subject,x,System.Text.RegularExpressions.RegexOptions.IgnoreCase) and System.Text.RegularExpressions.Regex.IsMatch(Mail_Subject,x,System.Text.RegularExpressions.RegexOptions.IgnoreCase) ).FirstOrDefault