Hi All!
I checked the following tutorial : https://docs.microsoft.com/en-us/archive/blogs/davidni/building-an-interactive-calendar-view-with-powerapps#introduction-and-strategy
But I can´t able to keep the selection range all the time. When I leave and return to the application, the selected range of days disappears.
Any help ?
I have attached the application, maybe seeing it is easier to understand ...
I´ll try Savedata function...
Cheers
S
Hi @Kepcla ,
Could you please share a bit more about your scenario?
What do you mean about "leave and return to the application"? Exit the app and back again? Or leave until the "Session Time Out" error message shows up?
If you leave your app until the "Session Time Out" error message shows up, when you return to your app, the previous selected date range would be reset.
If you want the previous selected date range to be shown up when you return back to your app again, you could consider store the selected date range (_selectionStart and _selectionEnd) into local device using SaveData function, then when you start/return back to your app again, load the stored value into the collection using LoadData function. Then you could update the _selectionStart and _selectionEnd variable value using the collection data.
Please check and see if the following blog would help in your scenario:
https://powerapps.microsoft.com/en-us/blog/build-offline-apps-with-new-powerapps-capabilities/
Best regards,
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,962
Most Valuable Professional