Hello,
I'm looking for assistance with an arcade expression for labels. I need to check if a value is in a list of values.
Psuedo Code:
values = ['val1', val2, etc]
if value isin values:
return 1
else
return 0
Thank you,
Tyler
Solved! Go to Solution.