Replace all the email separator with Semicolon

Hi Everyone,

Is there any reusable component we have to check the email separator (Can be Any special character or blank space or comma) is semi colon or not And if not then replace it with Semi colon

1 Like

Hi Shekhar,

You can use the ‘Matches’ activity with the regex filter as email. It will give you a collection output with all the extracted email IDs.

Then, you can combine those with the Join function. Refer to the attached workflow.

Hope it will help you. :slight_smile:

ExtarctEmailAddress.xaml (7.0 KB)

1 Like

Thanks Jerry, This is what i want.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.