Dear Power Apps Community,
I have the following problem: I would like to make button 2 visible only if the stored conditions for button 1 have not been met.
Thank you for your help
Button 1 - On Select ist the following Code:
Filter('Übersicht Ausleihe Veranstaltungsmaterialien';If(Gallery3.Selected.field_1 exactin AusgeliehenesProdukt&&DatePicker2.SelectedDate>=BeginnderAusleiheam&&DatePicker1<=EndederAusleiheam&&Dropdown4.Selected.Value+Zahl>Gallery3.Selected.field_3;Notify("Der Artikel ist zu diesem Zeitpunkt nicht verfügbar";NotificationType.Error);Notify("Der Artikel ist verfügbar"))))
