Skip to main content
Question

How can I pass an empty string( "") as a parameter?

  • July 10, 2024
  • 0 replies
  • 239 views

I need to make a PUT request to an API where updating a value to empty requires using an empty string (""). If the value is null, the field is ignored, and the value is not updated.
The problem is that the returned value is null when I try to use an empty string in Zapier, whether through Code or Formatter. Is there a way to resolve this?
 

{

    value: “”, //accepted
    value1: null, //not accepted

}

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.