- list Team_Events
- {
- displayname = "Team Events"
- show all rows from events [team == members[email == zoho.loginuserid].team]
- (
- ...
- )
- }
team == members[email == zoho.loginuserid].team returns the correct BIGINT.
If I set team to that number statically, it filters the correct data.
Why then does this not work?