Hi All, I have a collection with multiple emailid's. i want to split the emailid's by @. Can someone help on this. Thanks.
Solved! Go to Solution.
Hi @BKGOUD ,
You can split in two columns the email addresses using something like this:
AddColumns(YourCollection,"PartBefore@",Left(emailid,Find("@",emailid)-1),"PartAfter@",Right(emailid,Len(emailid)-Find("@",emailid)))
I add to your collection two columns one with the partbefore@ and one with the partafter@.
Is this what you want to achieve ?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
204 | |
97 | |
60 | |
51 | |
48 |
User | Count |
---|---|
255 | |
158 | |
87 | |
79 | |
59 |