Buttons/Fields Revert to Default

I am building a hub for my company to use as a job schedule and management system. The main element is a custom built “card” that displays the information for each job from a database. Each card has a “Status” section built in with a Time/Date input field and buttons for each step of the job process.

The issue I keep running into during testing is that these fields revert to their defaults. Therefore, if an employee were to set the updated time and date stamp for right now, it would go back to blank once the page is refreshed. Same for the buttons - if an employee were to set the status for one of the buttons, it would revert back upon refreshing.

How can I make these fields stick so that the Status is always accurate and up to date?

Hi!

To keep the data up-to-date the user has to submit the input to the dataset. So you need to create a button and connect it to the data and connect the link to ‘Submit’.

I hope this resolves your problem!

Thank you!

Hi! So this solution has been working great; however, I have five switches and one slider that are not holding their values. Any idea on why that is?

Hi! I’m sorry for the very late response. I hope I can still help. To help this problem you can try to set the Database to Read and Write , instead of Write Only . You can do this by clicking on your Database on the page and change Write only to Read and write .

I hope this helps!