In the Next Gen. project automation, how can I retrieve all available checkbox values in a multi-select checkbox list? Iterating through the field with "For Each" smart value seems to only return the selected checkbox (so do the .first, .last, .get, etc.) I'm trying to create a "Select all" option which, when selected, selects all other values in the list. How do I return the list of all available checkboxes in a multiselect field? Or, alternatively, how can I just add a "select all" option? I have a list with three dozen values, selecting all by clicking each individual checkbox is too time consuming. Thank you.