Jul 16, 2020 12:24 AM
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.
Jul 16, 2020 07:58 AM
You have 2 conditions listed there, not 1.
If you want them both to apply, then choose AND instead of OR.
Jul 17, 2020 12:52 AM
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:
Jul 17, 2020 08:13 AM
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.
Jul 18, 2020 08:37 PM
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.