Split get text


I want the email only (the above sentence) how to split? its not working

Hi @bakrious12

Can you share the input string of the Get Text activity?

Use regex.

nevermind it worked

email.Split(" ".ToCharArray())(0)

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