Hi all,
Pls bare with me - still pretty new to PowerApps.
I've got a sharepoint list which has a bunch of events I want users to register for. There's a date column, and on event day, I want the users to register for the event for tracking purposes which will ultimately pop them into another list I've created which has their name, email, the event name, and the date.
So I'm trying to display the events happening today in a dropdown, let them pick one, and then allow them to click register and it'll populate another list with their name, email, the event name, etc.
My events are in a SP list called EventsTest.
I made the OnVisible build the collection of events using ClearCollect(EventCollect,EventsTest). The column with the event's date shows up as Event_x0020_Date, so i've been trying using Lookup(Filter(EventCollect,'Event_x0020_Date'=Today()),Title and no matter how many times I've tried it, I can't seem to get today's events to show in the dropdown.
TIA
I've been battling with building the dropdown's items list. I've been trying things like Lookup(Filter(EventCollect,