OR function in show-if is not working for enum list data type

I have a services table which has an enum list column, I want the next few columns to be visible in the app, only if certain services are choosen.

I tried using the “OR” function but it tells that cant match a list type with a text type…

please give suggestions on how to tackle it

0 4 156
4 REPLIES 4

Hi @Aditya_Vinayak_Koul
Please show us what you tried, it may make it easier for us to help thanks.

OR([Service] = “Overnight Boarding”, [Service] = “Day Care”)

Error is : Cannot compare List with Text in ([Service] = “Overnight Boarding”)

Services: Boarding, Day-Care, Grooming (Enum list)

if the person selects boarding or day-care then the check in check out column should show otherwise the rest should show…

Top Labels in this Space