Question

Changing false to true with Javascript from data from a Webhook

  • 4 August 2022
  • 2 replies
  • 76 views

Hey! I want to know if its possible to change the value of a variable from a webhook from false to true

 

 

I want to change the “contacts is autoboxed” from false to true, that way i dont have to check the contact box manually. 

 

But i’m having a lot of trouble making the code to work, in particular with the output variable

 

Any help is appreciate it! 


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

2 replies

Userlevel 7
Badge +14

Hi @Erwin Moller 

Good question.

Check out this help article with JavaScript Code examples: https://zapier.com/help/create/code-webhooks/javascript-code-examples-in-zaps

Userlevel 7
Badge +12

Hi @Erwin Moller 

I am a bit confused… why not just hardcode true into the next step and omit the code block entirely?