Hallo, I would like to read out the content of a mail and check it for various regexes in order to then control the corresponding handling via a flow switch.
Mine was to store the different regexes in an array and query them in the flow switch, but I fail.
Here is my idea:
ArrayRegEx.FirstOrDefault(Function(s) Mail_Body.Contains(s))
Who can help me with this?