Good to hear - because that’s me too! There’s simply too much to remember. The forum is good for kicking things over. This thread, needing to loop on a list reminded my that whereas we used to have to use list.contains()
instead of ==
for Set/List types, we now have the list.each()
option to iterate the list and ==
test each list value. Sure it’s a little bit more code but not too complex once you’ve figured it through the first time.