Forum Discussion
Pål Eilertsen
Feb 14, 2017Copper Contributor
Uploading files via SPO REST API failing when having a workflow on the library
Hi, We are using the SPO REST API to PUT files into SPO document library. We are also doing a PATCH to update content and metadata. On the document library we have a SP Designer workflow that sta...
- Feb 20, 2017Is it possible that the workflow is 'updating' the item in the form of updating the workflow status column?
Try configure the workflow and not set the workflow status in the column, this means when workflow starts it doesn't modify the list item.
Then it shouldn't cause problems for the Patch op.
John Liu
Feb 20, 2017MVP
Is it possible that the workflow is 'updating' the item in the form of updating the workflow status column?
Try configure the workflow and not set the workflow status in the column, this means when workflow starts it doesn't modify the list item.
Then it shouldn't cause problems for the Patch op.
Try configure the workflow and not set the workflow status in the column, this means when workflow starts it doesn't modify the list item.
Then it shouldn't cause problems for the Patch op.
Pål Eilertsen
Feb 21, 2017Copper Contributor
Thanks a bunch! That seemed to be it. I will test some more and give and update later.