Hi,
After the dropdown bi-directional binding to array tags have been fixed, I want to test if something is in the selected array.
As a test I have a dropdown where days of the week are selected. I want to make an expression tag to check if today (getDayOfWeek(now())
) is in that array, but I can’t seem to find the equivalent of the Python in
. See example below:
Is there an expression I can use? I don’t really want to resort to runScript()
Thanks,
Deon