
I am trying to create a Flow that sends an email to the person to create the item in the SharePoint list . I tried to use created by email, but it does not work as it is returning UPN. So, I am trying to do a compose action to get email though Claim but I don't know how to Split the Claim.
Hi,
Pls use the below expression to get an email from the input array of Select action:
item()?['Email']
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.