I have created a canvas app with a custom UI that has toggle buttons and labels for each toggle, displaying username and datetime when a user selects the toggle. The toggle button patches this information to a MS List.
Whenever I play the app it shows me the default view where all the toggle buttons are OFF,
for instance I have 5 machines with status ON or OFF, by default the status is OFF, when I select a toggle for machine 1 it gets turned On and the status is updated in MS list as ON, but when I close and play the app again the toggle is OFF for machine 1.
I want the app to collect the information from MS List and then show the information as and when it is opened or played.
Any leads how to achieve this.