I'm trying to save a slider value using a variable and load it again, however it needs to be saved locally. The one on the left in the picture needs to save all of the sliders values and the one on the right needs to load the numbers. Need some serious help please.
@Powerappssucks You can store all the slider values in a collection,
ClearCollect(colSliderValues,{valueSlider1:slider1.Value,valueSlider2:slider2.Value,valueSlider2:slider2.Value})
Then to store the collection in the cache,
SaveDate(colSliderValues, "cacheSlideValues")
To read the values back,
LoadDate(colSliderValues, "cacheSlideValues")
@CNT I might be asking a lot here but I can't wrap my head around it still, cloud you give me some insight to what code I need to put in my buttons?
So if i use this and test on my phone it should work?
@Powerappssucks There are SaveData & LoadData functions to add simple offline capabilities to PowerApps.
You can't use these functions inside a browser when:
Browser
@Powerappssucks "store it locally" locally, where? in a mobile device, browser, PC?
I was told to store it locally rather than with a sharepoint
@Powerappssucks To save the values, you need to use some persistent storage like Share Point List. Are you using one?
WarrenBelz
298
Most Valuable Professional
MS.Ragavendar
169
stampcoin
130