brendalpzm
Board Regular
- Joined
- Oct 3, 2022
- Messages
- 59
- Office Version
- 365
- 2021
- 2019
- 2016
- Platform
- Windows
I am developing a power apps site, for this I am creating a booking site
I created a list in share where I located the available slots for the day
I type the formula for filtering the slots only to show the slots available for the selected date and also to be greater than the current time but it doesn't appear anything
These are the variables:
I created a list in share where I located the available slots for the day
I type the formula for filtering the slots only to show the slots available for the selected date and also to be greater than the current time but it doesn't appear anything
These are the variables:
- DateSchedule: Column in the SharePoint list
- SelectDate: name of the date picker
- Slots_ZDP_Psychologist: Name of the SharePoint list
Excel Formula:
Filter(Slots_ZDP_Psychologist,DateSchedule=DateValue(SelectDate.SelectedDate))