Hi,
I am trying to split the first and Lastname from data I parsed from email/outlook to have a separate column on Sharepoint.
I can get the first name just fine. My problem is the LastName. Any idea?
Solved! Go to Solution.
Hi @Jethrooooo12 ,
Please do like this:
Expression reference:
split(variables('LastName'),' ')[1]
Best Regards,
First try to get the full name. Then use the split with spaces to get firstname and lastname.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi @abm
Just kinda confused here now. How do you split using the spaces?
Thank you for responding to my query.
Hi @Jethrooooo12 ,
Please do like this:
Expression reference:
split(variables('LastName'),' ')[1]
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
45 | |
39 | |
35 | |
23 |
User | Count |
---|---|
48 | |
32 | |
31 | |
30 | |
29 |