Hi,
Having problems using the Call URL block.
Everything works perfectly when Method = GET, however in this instance I'm attempting to update a task on our project management tool so using PATCH. I know the URL is correct, the headers authenticates etc and the action can be completed perfectly on Postman and MS Powerautomate, but I've no where to add the Body of what I'm trying to do within Qlik Automate. The code for the body is below but where do I add this?
Thanks in advance
{
"Value":259
}
Hi jmcy2408
I believe the 'params' section is what you are looking form. You can add key-values or use the raw input toggle to create your nested body.
I notice the help text does not specify PATCH, only PUT and POST, so please let us know if the params are not sent as body.
Kind regards,
Hi jmcy2408
I believe the 'params' section is what you are looking form. You can add key-values or use the raw input toggle to create your nested body.
I notice the help text does not specify PATCH, only PUT and POST, so please let us know if the params are not sent as body.
Kind regards,
Hi,
Was spot on, managed to get it working using the params as suggested, final solution as below, incase it helps anyone else with a similar challenge.
Thanks again
John