Skip to main content

Trouble with conditional field in form

  • July 16, 2020
  • 4 replies
  • 4 views

Hi there !

Maybe it’s too early in the mornin here but I have a troublie with a field with condition.

I’m sure my condition is right but when I’m trying, it’s just not working.

Asking him IF the single select field “Type de partenariat prioritaire” is “Intervenant”, then don’t show the field in the form view.

But it don’t.

Thanks a lot for your help, really hope that I’m kind of blind on this one.

4 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9777 replies
  • July 16, 2020

You have 2 conditions listed there, not 1.

If you want them both to apply, then choose AND instead of OR.


  • Author
  • New Participant
  • 1 reply
  • July 17, 2020

You have 2 conditions listed there, not 1.

If you want them both to apply, then choose AND instead of OR.


Thanks a lot for your reply.

This is exactly the point, my first condition is doing it right.

But my second is dependant, so I used “OR”.

Is this the reason ? To me, it is not… :slightly_smiling_face:


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9777 replies
  • July 17, 2020

Thanks a lot for your reply.

This is exactly the point, my first condition is doing it right.

But my second is dependant, so I used “OR”.

Is this the reason ? To me, it is not… :slightly_smiling_face:


Hmmm, if it’s not hiding or showing the field properly, then you would probably want to email support@airtable.com to have them look into it.


Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • 4647 replies
  • July 19, 2020

Thanks a lot for your reply.

This is exactly the point, my first condition is doing it right.

But my second is dependant, so I used “OR”.

Is this the reason ? To me, it is not… :slightly_smiling_face:


If the second condition is dependent on the first—meaning that they both have to be true in order to show that field—then you want to use AND. With AND, all conditions must be true. With OR, any single condition can be true. OR means that each condition is independent—not dependent—compared to the state of the other conditions.