Question

Mapping True/False (Yes/No) question from Typeform to Notion through Zapier

  • 27 September 2021
  • 5 replies
  • 568 views

Userlevel 1
Badge

I’m currently trying to map a Yes/No field from Typeform to a checkbox field in Notion. When I manually type in “TRUE”, “true”, “false”, etc. into the field in Zapier it works like a charm, but when I try to fill out the field dynamically with data from Typeform, I get the following error:

body failed validation. Fix one: body.properties.Yes/No.title should be defined, instead was `undefined`. body.properties.Yes/No.rich_text should be defined, instead was `undefined`. body.properties.Yes/No.number should be defined, instead was `undefined`.

 

Has anybody else experienced this as well?


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

5 replies

Userlevel 7
Badge +14

Hi @janosch.hrm 

Please post screenshots of how your Zap steps are configured, thanks.

 

When creating a database item, I’m getting an error about an invalid option

When using field types “Tags”, “Select”, or “Multi-select”, the tags or options used need to be created in the database in advance.
Go back to the database in Notion and add the tag or options to a database item first.

Userlevel 1
Badge

Sure @Troy Tessalone !

 

In this case, I’ve used a value from a formatter step to format the value “true” received from Typeform to “TRUE”.  When I type the value itself in plain text, it seems to work fine (as seen in the screenshot below)

 

 

Userlevel 7
Badge +14

@janosch.hrm 

You may have to reach out to Zapier Support about this: https://zapier.com/app/get-help

 

Here’s a related Topic:

 

 

FYI: If interested, you can use 1 Code step to uppercase the values and save 1 Step and 1 Task.

Code: https://zapier.com/apps/code/help

toUpperCase(): https://www.w3schools.com/jsref/jsref_touppercase.asp

Userlevel 1
Badge

I was actually able to resolve the issue myself. I just added a new database property in my Notion database and after reloading everything, the issue was gone. Thanks for your help, @Troy Tessalone !

 

Userlevel 7
Badge +11

Thanks so much for sharing your solution here, @janosch.hrm! So glad you were able to get this sorted! :)