Title: Issue with Checkbox Toggling in Custom List Using Action Rows
Hello everyone,
I’m working on a Glide app and have encountered a glitch that I’m hoping to get some insight on. I’ve designed a custom list to feature a set of action rows, aiming to utilize these rows for creating interactive checkboxes. My goal was for each item in the list to have an actionable element, allowing users to tap on it to toggle a checkbox on and off. Additionally, I wanted to incorporate a button icon within the action row that, when tapped, redirects users to a specific screen—in this case, a workout screen.
The setup works as intended with one catch: the checkbox toggling feature only functions correctly when there are more than one button actions programmed within the action row. Ideally, I need just one button action for the user flow I envisioned. However, to work around the glitch, I’ve added a second button programmed to perform no action. Surprisingly, with this redundant button present, the checkbox toggling works perfectly. But, when I remove the redundant button and revert to having only the necessary one, the toggling feature ceases to work, and only the button action itself is responsive.
Has anyone experienced a similar issue or have any suggestions on how to address this? I’m looking for a way to achieve the toggling functionality without the need for a redundant button action.
Attached is an example to illustrate the setup.
Thank you for your insights and help!