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:
Solved! Go to Solution.
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
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
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 ,
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 @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
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.