HI to all,
unfortunately when I insert the formulas you suggested I encounter some errors, sorry but I'm really new to power apps and I'm trying to get into the perspective.
following your advice I created a new screen and inserted the following code into the ONVISIBLE properties:
ClearCollect(
DateCollection,
{ DateValue: Date(2025, 1, 1) },
{ DateValue: Date(2025, 2, 1) },
{ DateValue: Date(2025, 3, 1) }
)
when I enter the code it gives me the following error on the comma after DateCollection:
Unexpected characters. The formula contains 'Error' where 'ParenClose' is expected.
inserted a gallery called DateCollection and inserted the following code in the ONCHANGE properties:
Patch(
DateCollection,
ThisItem,
{ DateValue: Self.SelectedDate }
)
the same error....
inserted a button called book and inserted the following code in the ONSELECT properties:
ForAll(
DateCollection,
Patch(
Car Parking Reservation,
Defaults(Car Seat Reservation),
{ EventDate: DateValue }
)
)
my sharepoint list is called PrenotazionePostoAuto
Any idea??
Thanks and sorry again for my inexperience