Hi All!
Recently I have started playing with Flows and have had some success, unfortunaltey, I now seem to be in an issue that is well documented - Updates to a list re-triggering a flow in a Sharepoint List. I have the below node in my flow that returns this error:
Hi, my flow run successfully with below body but value is not updating in share point library. Do you have any solution for this?
{
"formValues":[
{
"FieldName": "DocumentType",
"FieldValue": "SecureDocuments"
}
]
}
Hi @Anonymous
Set bNewDocumentUpdate to false and try
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
Do you want to update a Choice field using action Send an HTTP request to SharePoint?
The following configuration is working fine for me, please check it for a reference.
Best regards,
Mabel
Hi @RezaDorrani
Thanks for this, removing the X-HTTP header let it work!
Now have a new problem, if you happen to have any gems on this! I did the POST request to try to avoid re triggering the Flow when I do an update within it, unfortunately this method still triggers the flow and loops, any thoughts?
Thanks for your help!
Hi @Anonymous
try with headers
accept application/json; odata=verbose (all lower case - not sure if this matters though)
content-type application/json; odata=verbose (all lower case - not sure if this matters though)
if-match and x-http-method not required
I tried with a mandatory choice column and it worked
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional