🆕 Is included in condition

We added a new ‘is included in/is not included in’ condition.

‘Is included’ is the opposite to the includes condition. Instead of looking for the second value in the first value it looks for the first value in the second value.

Learn more in our docs.

11 Likes

I’ve used this a bunch already! I know it only works for text, but to be REALLY powerful, it needs to have the ability to check if a value “is included in” an array column or lookup from a relation.

11 Likes

For lookup you can use the joined list and then run it through this condition. I am doing that in some cases and it works perfectly.

2 Likes

Yeah, I’m doing that too in a couple of my apps…it’s just excess though, right—and not very intuitive to the masses who don’t know this trick.

6 Likes

Oh yeah for sure! I knew you must already be using it. I posted the trick for the masses who might wanna do the same till the time Glide team can set it up for the lookup columns.

3 Likes

:clap:

1 Like

I can finally finish the last pieces for the shop template :raised_hands:

5 Likes

Where you have posted? I will appreciate knowing how you do it.

@GiovanniMesquita I believe he is referring the post he made earlier in this thread.

1 Like

To be clearer, it’s a joined list column to return a delimited list of values from your relation, then use that in your If Then Else column (check if value is included in joined list).

2 Likes