Trying to use the REST Patch action causes error: Command 632c33c4-b92a-11ed-9621-5f04f6163792 could not be found
After some investigation, it appears there is no backend logic for the action.
The following repro makes a request to a free API test resource. I’ve included it for simplicity.
Steps to repro
Set up a workflow and add the action: REST API > REST Patch.
Set up the header. In the Header field enter Content-type and in the Value field enter application/json; charset=UTF-8
Click ok.
In the URL enter https://jsonplaceholder.typicode.com/posts/1
In the Body enter { "title": "My new title" }
Save the action and run the workflow.
Expected outcome:
The status code should be 200
The text response should be (something like)
{
"userId": 1,
"id": 1,
"title": "My new title",
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
}
Actual outcome:
Error with Command 632c33c4-b92a-11ed-9621-5f04f6163792 could not be found
Please authenticate to join the conversation.
Up Next
🐛 Bug Reports
Over 1 year ago

Ben Lehmann
Get notified by email when there are changes.
Up Next
🐛 Bug Reports
Over 1 year ago

Ben Lehmann
Get notified by email when there are changes.