Created a Switch "No component is currently using this action"... which is not true?

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


e switch component?

Thank you in advance for any help :slightly_smiling_face:

You cannot assign an action to a switch component.

2 Likes

Damn… that sucks, but thanks for the answer :+1:

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.