Hi all,
That's my very first PowerApps creation today, And I have an issue (if it is ;))
So my need :
Create an app to allow employees to book parking - Only 10 cars can use this parking per day.
What I do:
I created a SP list with a "name" column and a "reservation date" column
On PowerApps, I have my form with two questions (from the SP list), and I added a personalize field with a button on it to validate (cf picture) the form.
But now... I don't know how to create the function to say, if we already have 10 registrations for a specific day, we can't submit form anymore with text message "Not available"... I'v tried something like that without success...
If(CountIf('Reservation parking AIX';DataCardValue13.SelectedDate='Reservation parking AIX')=6;false;EditForm(Form2))
I really hope that you can help 😉
Many thanks,
Bastien