I have a condition that 1. Checks for the field to exist and 2. Checks if the number of items in the list are greater than 1.
The button would not work as expected so I put snack bars throughout to see where the failure was.
The Action 3 snack bar displays, however action 4 and 7 do not which indicates that the Boolean condition is not rendering a TRUE or FALSE.
I was under the assumption that it had to return one of the two.
ALSO! - This works fine in the test and run in FF, but does NOT go past this condition on the iOS device.
Thoughts?