I have a gallery with Title and Subtitle, then I added a label with the following formula in the Text property:
If(IsBlank(Title4_2.Text), "No events scheduled")
This works when I click on a few dates on my calendar, but then after a while, it shows the text while the Title isn't blank. Is there another formula I could use to avoid this from happening?
Solved! Go to Solution.
Hi @F_Quint, I have had success calling a CountRows() on the Gallery.Allitems:
Visible: CountRows(CalendarEventsGallery1_2.AllItems) <= 0
Hi @F_Quint, I have had success calling a CountRows() on the Gallery.Allitems:
Visible: CountRows(CalendarEventsGallery1_2.AllItems) <= 0
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
189 | |
56 | |
49 | |
37 | |
36 |
User | Count |
---|---|
270 | |
87 | |
80 | |
76 | |
74 |