Hey all, I have a form on my site where users can click checkboxes and as the users clicks on them it either adds or removes that entry to/from the database. There are hundreds of line items that a user can select but even one selection is taking up to 10 seconds for the workflow to work. Why does that happen? Am I setting up the workflow all wrong?
Instead of doing a search on the make change I think you could access the right account/venue by using the row’s value, that way you don’t have to search for it again.
On a side note regarding UX, when a change is immediate it is best practice to use a switch instead. When it comes to checkboxes these are used alongside validation buttons.
Thanks for the response! Can you explain this a little more?
“On a side note regarding UX, when a change is immediate it is best practice to use a switch instead. When it comes to checkboxes these are used alongside validation buttons.”
Do you mean something like a toggle or an icon the user can click on instead of a checkbox?