Hi all,
I need to send JSON to an API where some fields must be with a number/text and some with null, for example:
"overnightStaysTotal": 83, 
"taxFreeResidency": 0, 
"taxFreeChildren16Years": null
Zapier always replaces empty values with “No data”, and the API returns Bad Request.
I already tried several suggestions from the Zapier community :
- 	
Code by Zapier (JS) returning
taxFreeChildren16Years: null - 	
Webhooks by Zapier – Custom Request with
application/json - 	
Different unflatten/raw options
 
But the Zap still sends “No data” or omits the key.
Question:
Is there any reliable way to make Zapier send a real null value in the JSON payload instead of “No data”?
Thanks!

