Hi have a Nintex workflow that features a ‘Call a web service’ step.. I’m trying to use the HTTP Patch request type to update an item via the API.
I have tested through Postman and the Request Content of { “id”: “value”, “notification_email”: “value”} works successfully.
When I run the workflow and log the output, I get a status of 200 (success), but the data is not updated.
For context, I’m also using a HTTP Get against the same API earlier in the workflow, so Auth in the Request Headers isn’t the issue.
Any ideas?