Hello - I'm attempting to create a collection and for the life of me cannot figure out what could be wrong with my code that there is no data in the collection.
The collection is colAllWaitlists, created in the OnVisible property of the screen. It is a copy of my data source EPPICRegistrations. From this, I want to pull a 2nd collection, colMySchedule which filters the first collection on the user's email and a registration status of not cancelled.
I've read a slew of posts on this topic but cannot seem to figure out what I'm doing wrong.
Thank you in advance for any insights!
K
***
Code to create the collection.

Collection colAllWaitlists, which is a copy of the datasource (SharePoint list):
field_3 is email address

2nd Collection filtered from colAllWaitlists (above) returns no data:

Actual data of the orig sp list - the 2nd collection coMySchedule should contain 4 items:
