
I have built this flow that lists all "Workers" that meet this criteria and I need a condition that says if list is empty do one thing, if list is populated do another, i've tried 'value' is not equal to 'null' and also 'value' is greater than or equal to 1, but neither seems to work!
Any help would be appreciated!
You may want to try the following expressions:
empty()
length() - check if length greater than 0
Hopefully one or both will work for you.