Hi,
I am trying to setup RegEx connector in my MS Flow.
My incoming source to RegEx connector is an email and in there it contains this string as part of the body.
<span style="background: yellow">82</span></b></p>
And i am trying to extract 'yellow' from it
so I tried this 'regular expression
<span style="background: (\s+)">82</span></b></p>
background:(\s+)
Can you please tell me how can I solve my problem?
Thank you.
Sam
Hi @scheu,
I am afraid that RegEx has not been supported currently, I have seen a similar request on Flow Ideas Forum, please vote the idea at here:
About your scenario, do you want to extract the color of the background from the body of the email?
If yes, please try with WDL functions. The following thread could be your reference, please check it at here:
https://powerusers.microsoft.com/t5/General-Flow-Discussion/Microsoft-Flow-and-regex/td-p/118367
If you need more help, please feel free post back.
Best regards,
Mabel Mao
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.