Hi,
I created a very simple flow, which sends an email to notify the user that a file has been uploaded to their personal folder.
The flow worked correctly for 8 months, then suddenly it started to go into error.
Analyzing the flow, I saw that it does not find the email to send the notice to.
This is the output part of the working flow:
"Editor#Claims": "i:0#.f|membership|wn00220367@wgs.wuerth.com",
"Person": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|wn00180633@wgs.wuerth.com",
"DisplayName": "Saccon, Guido",
"Email": "g.saccon@mebelettroforniture.it",
"Picture": "https://witglobal.sharepoint.com/sites/MEBIntranet/_layouts/15/UserPhoto.aspx?Size=L&AccountName=g.saccon@mebelettroforniture.it",
"JobTitle": "Capoarea"
This is the part where it gives the error:
"Editor#Claims": "i:0#.f|membership|wn00197389@wgs.wuerth.com",
"MediaServiceImageTags": [],
"MediaServiceImageTags@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedTaxonomy)",
"MediaServiceImageTags#WssId": [],
"MediaServiceImageTags#WssId@odata.type": "#Collection(Int64)",
"SharedWithUsers": [],
"SharedWithUsers@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser)",
"SharedWithUsers#Claims": [],
"SharedWithUsers#Claims@odata.type": "#Collection(String)",
"Created": "2025-02-03T14:16:56Z",
"Author": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|wn00197389@wgs.wuerth.com",
"DisplayName": "RABIN, ABDUS",
"Email": "r.abdus@mebelettroforniture.it",
"Picture": "https://witglobal.sharepoint.com/sites/MEBIntranet/_layouts/15/UserPhoto.aspx?Size=L&AccountName=r.abdus@mebelettroforniture.it",
"Department": "Bassano Del Grappa",
"JobTitle": "Uff. Marketing"
When it fails, the part of the data relating to the "Person" entry is missing.
What could this be due to?
Thank you.