Hello,
I need to remove an specific mail from a string variable made from outputs of 'When a new email arrives in a shared mailbox'.
When I iniziate the variable, the value is :
triggerOutputs()?['body/toRecipients'];triggerOutputs()?['body/ccRecipients']
The output of this step is a string of mails separated by ";".
From this array I need to remove an specific email and I don't find the way to do it. I've tried to convert the output to an array and filter it but I got an empty array.
Can anybody help with this?
Thank you!

Report
All responses (
Answers (