Hi there,
I'm currently building an app where people can reservate their desk.
In a gallery I want to show the free 'bookable' desks received from a SharePoint list named 'Reservations'
When I Filter on the reservation list (Reservaties), I want to find all reservations on the specific date.
The Text(reservatieDatum, "dd-m-yyyy") has to be equal to the Selected date (Line underneath) in the datepicker in the app.
Because we're asking to look through the whole reservation list for all dates, it gives me a delegation error (understandable).
I know there won't be more than 100 reservations on a day, but maybe in the future, so I want to optimize it as well as possible.
Is there any way I can write this formula so there wont by any delegation errors?
Solved! Go to Solution.
You might want to consider instead of trying to format the underlying Date column into a text format, to simply use the selected date in your date picker. Your reservatieDatum is already a date column, and the selectedDate in your datum_kiezen datepicker is also a date. You can compare them without converting them to text.
I hope this is helpful for you.
You might want to consider instead of trying to format the underlying Date column into a text format, to simply use the selected date in your date picker. Your reservatieDatum is already a date column, and the selectedDate in your datum_kiezen datepicker is also a date. You can compare them without converting them to text.
I hope this is helpful for you.
@RandyHayes Thank you for your reply 🙂
Could you try to explain why it works now? I understand you're not formatting the dates anymore, but what has it to do with delegation? In my imagination you're still trying to filter through all the reservations of that current date, so when it comes above 1/500/2000 (delegation limit) there will still be a delegation error, or am I wrong?
Looking forward to your answer, and thanks in advance!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
178 | |
65 | |
35 | |
33 |
User | Count |
---|---|
340 | |
273 | |
114 | |
73 | |
58 |