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:
{"status": 400,
"message": "Value cannot be null.\r\nParameter name: formValues\r\nclientRequestId: 1a290845-d9f4-4bc1-83db-ab6f29fd61ee\r\nserviceRequestId: b2a1f59e-4012-9000-f494-e36f7a7dca23",
"source": "mysiteurl (replaced from actual url) /_api/web/lists/GetByTitle('Cash%20&%20Mitigation%20Benefits%20Tracker')/items(9)/ValidateUpdateListItem",
"errors": [
"-2147467261",
"System.ArgumentNullException" ]}
My Sharepoint list column I am referencing is a mandatory field, and is a Choice type field. The "Pending" option is a selectable option
MS Flow Node set upI have been referencing this post for this task:
Any help would be greatly appreciated!