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.
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.
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.
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.
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.
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.
I can finally finish the last pieces for the shop template
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.
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).