Couple of days ago I was doing many changes in my flow and now I realized that after that 1 function is not working as expected.
Previously when I was doing some updates in the library using HTTP REQUEST action always I was updating the service account name in "modified by" column. Apparently after some changes (not related to this action, but maybe i messed up something) "modified by" column is completely not changed by the flow despite conditions. Even flow is doing some updates in the library "modified by" still has previous editor! Similar conditions I have in another flow and this works fine!
Body ( attachment has full HTTP action)
{
"formValues": [
{
"FieldName": "DMSWFHearingLog",
"FieldValue": "@{variables('2varLINKtoITEM')}, In progress"
},
{
"FieldName": "Editor",
"FieldValue": "i:0#.f|membership|powerautomate@COMPANY.com"
}
],
"bNewDocumentUpdate": true
}
From my knowledge always I was checking connections and as you can see responsible account is added as it should - both screenshots. Weird that this setup works fine in another flow and I didnt notice any difference!