Answered

Logical and / or not not represented in create api docs

  • 13 October 2022
  • 2 replies
  • 30 views

I’m looking through the create api https://developer.typeform.com/create/reference/create-form/ under the logic > actions > conditions. The condition “op” doesn’t include “and” and “or”. From what I’m seeing in the API, if you use “and” and “or” then the “vars” contain nested conditions.

Am I missing something, or can the documentation be updated to reflect this?

icon

Best answer by Liz 13 October 2022, 21:28

View original

2 replies

Userlevel 7
Badge +5

Hi @daveand Happy little Friday! I asked our product team about this, and this is what they said: 

I usually to recommend to do it by hand first and look at the API on api.typeform.com/forms/{formId} to see how its done.

Hopefully this helps a little, but let us know if you have any trouble getting started outside the API first!

Thanks for the quick reply! Yes I can figure it out that way, but because I was defining type definitions I was hoping the documentation would completely reflect reality.

Reply