Hi all,
We have an issue with one of our flows that gets photos from a SP list and email them daily. It has been working great for a couple of months now until today.
After checking the flow we could identify the HTTP request output is now different. Changed without notice. So when parsing the output we get null as it seems different schema.
Photos are stored in a public SharePoint list. We have not made any changes to lists, flow or the SharePoint site.
I have attached screenshots of when the flow worked and when it didn't.
Also below transcript of outputs
When it worked
{
"d": {
"Photo": "{\"type\":\"thumbnail\",\"fileName\":\"c8a181c9-556d-41cd-854d-949ddba10d18.jpeg\",\"fieldName\":\"Photo\",\"serverUrl\":\"https://********.sharepoint.com\",\"serverRelativeUrl\":\"/sites/*********/SiteAssets/Lists/fe6b3173-a6d4-4c3d-be0c-070e7eaafa38/c8a181c9-556d-41cd-854d-949ddba10d18.jpeg\",\"id\":\"25cb0101-c6e6-4e7f-9e2d-fcd8cd2240b4\"}"
}
}
Without notice output changed to this (please note this is not the same Item as above - different ID)
{
"d": {
"Photo": "{\"fileName\":\"Reserved_ImageAttachment_[5]_[Photo][36]_[efa6c21c-c1fd-4ce4-8234-433b24faed49][1]_[2].jpeg\"}"
}
}
Can anyone please shed some light and advise what happened here?
Regards,
Percy