Hi guys,
I've created a flow to batch create SharePoint list items as per this
guide.
For the HTTP request body, I'm having issues setting a people picker field using an email address. I don't have access to the person's site ID, only name or email. Is this even possible as I've tried so many permutations.
The field is called Approver. I've set it to null for now so the rest works but some of the things I've tried:
- "Approver":"[{"Claims":"i:0#.f|membership|leonie.oconnor@cairnsairport.com.au"}]"
- "formValues":[
{
"FieldName": "Approver",
"FieldValue":"<email>"
}
]
- "Approver":"<email>"