How to get Zapier to send through a null value to clear data in field over API?
Hello
Unforuantely one of my systems produced bad data and it was propogated through Zapier to another system.
I have cleared the data from the original source, but the problem is the zapier is treating the empty field as “no data”, and so isn’t pushing it through to clear the field.
Is there a way to force a “clear” or “null” data value through the API call?
Whenever I try and type null, it just puts that as the text, as opposed to clearing it from scratch :-/
Page 1 / 1
Hi @JayK
Depends on the API documentation.
Perhaps you can provide more context about what API endpoint you are trying to use and include the link to the documentation you are referencing.
In a Zap field, if we insert this (or anything like that):
I get the error:
The very first screenshot through the API does work, but here I assume Zapier turns this into a string and it is not considered “null” anymore.
I would still like to find a solution, but if I don’t find a good solution, I will just add a new “Webhook” step and send a custom PUT request to Freshdesk with:
{“responder_id”: null}
in the body of the request.
Hi @JayK
Can you clarify what app you are using to send the API request and how that’s configured in the Zap step?