Hi all. I have a powerapp that when I click a button adds all my rooms to check in the morning, then the powerapp shows me filtered results that are created for that day.
The other day this stopped working, I was walking to work and running the button (as it takes a while to run) and as it was adding the rooms (line items) I lost mobile reception and I ended up with a few rooms, however, most were missing.
I then hit the button again (to create them again) but no new ones showed up. I then hit it again for good measure but again no new ones showed up.
When I got to work I looked on SharePoint instead and could see the original few rooms it created before losing reception plus the 2 full sets from me hitting the button twice.
I assumed that the problem would just go away the next day but now every day when I run it I get the objects show in SharePoint but not in the powerapp.
Does anyone know what would have happened by losing reception, and what a possible fix might be?
Button:
Collect('Checklist',{Title: "4.25"},{Title: "8.12"},{Title: "8.15"},{Title: "11.13"},{Title: "12.22"},{Title: "13.04"},{Title: "13.08"},{Title: "13.19"},{Title: "15.01"},{Title: "15.05"},{Title: "15.06"},{Title: "15.16"},{Title: "15.18"},{Title: "6.13"},{Title: "8.14"})Gallary:
SortByColumns(Filter('Checklist', IsToday(Created)), "Title", If(SortDescending1, Descending, Ascending))