Hi all,
I have a flow that sends an email "Title" to a Sharepoint list if the condition is met. I have this part working fine. I would like to then extract a part of the title and update the same record with that data.
This is the title:
New Hire Notification - John Doe
I would like to extract "John Doe" from the title and update the list item column "New Employee Name" with John Doe.
I just don't know how to extract that name from the title. Can I do it with the SharePoint "Get Items filter query"? If so, what would the query look like?
Thanks for any assistance.
Solved! Go to Solution.
Hi @jjohnson ,
Please refer to screenshot below to create the flow:
The expression in the Compose as below:
last(split(triggerBody()?['subject'],'New Hire Notification - '))
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jjohnson ,
Please refer to screenshot below to create the flow:
The expression in the Compose as below:
last(split(triggerBody()?['subject'],'New Hire Notification - '))
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Alice,
Thank you so much. I will test this in my environment and let you know if it works. Thanks again.
This worked! Thanks so much.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
50 | |
36 | |
30 | |
27 |
User | Count |
---|---|
74 | |
60 | |
50 | |
42 | |
38 |