I added a Switch component and created an action when checked to set a column value with a date/time stamp and also set another column value with custom text “staged” to show the vehicle is staged and ready. set a column value. The action is not working and also in the general tab says “No component is currently using this action”… which is not true… can anybody give me some guidance on how I can make these actions work with th
What I did in one app is to have a button with a visibility condition of false if the data element was checked and true if the data element was not checked. I had another button with the reverse visibility conditions. So they could click the button to check the box and click the other button to uncheck the box, and they would only see the proper button. This was a Classic App, so it was a floating button, but you could do the same concept with a regular button.