Hello Experts,
I have one Power App which work on four button four submission concept. On first entry users fills the data presses the first button and submit the data , on button i have set a variable which make button display disable after pressing the button.
Now after some time user user presses button 2 and submit the data. same way after the hours gap user presses button 3 and then button 4 and completes the process.
Sometimes Apps crash and reinitialize on the phone and sometimes user kill/refresh the App after submissions. both ways all the last states of button doees not maintain , it made all enable.
As pressed button loss their state after refresh or killing the App, is there any way so i could preserve the button last state even after refreshing the page or killing the App. This way i want to make sure user that which button he has pressed before so he could not make any mistake by pressing button again.
This is the formula i am writing for button Press.
On Select button : Set(buttonPressedTStart,true)
Display Mode button: If(buttonPressedTStart,Disabled,Edit)