Hello,
I am trying to show some data in a gallery based on the name of the user, the role of the user, and if the event date is today.
I can get these to work separately but I can't get them to work together. This one will only show me items based on the user's permissions (event lead or event coordinator) but I can't get it to filter by date.
If(varName.'Event Lead' = 'Event Lead (Event Memo Users)'.Yes, 'Event Memos',Filter('Event Memos','Event Coordinator Name' = varName.Name))
This one will filter the date to only show today's events, which I want in addition to the items above.
Filter('Event Memos', IsToday('Start Date and Time'))
Can I get some help with this?
Thanks