Hi all,
I would like to extract each email address from "CopyTo" and append them afterwards.
They are append so I can use them as CC email address later on.
Currently I am using apply to each and append to variables.
However this method appends email from other Sharepoint items as well.
Regards
Hidayat
[
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|m.hidayat@Random.com",
"DisplayName": "Hidayat",
"Email": "M.Hidayat@Random.com",
"Picture": "https://.com",
"Department": null,
"JobTitle": null
},
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|sin.wong@Random.com",
"DisplayName": "Derrick",
"Email": "Sin.Wong@Random.com",
"Picture": "https://.com",
"Department": null,
"JobTitle": null
}
]
