Hello,
I have a checklist and I need a button to check or uncheck the entire column. It is fairly simple but have not been to do it.
Does anyone know how?
Thanks
It’s not simple because you’re operating on multiple rows at once. Do you have access to the Call API action? What plan are you on?
It is funny because I did something similar today:
I implemented a feature that allows you to edit values across an entire column, similar to the solution discussed here , but using the official Glide API in a compliant manner.
For this example, I configured a choice component that enables you to select the rows you wish to edit. There’s a button that allows you to select all rows or clear your selections. This flexibility lets you choose whichever rows you need to update. Once you’ve made your selections, you can set a new value for a specific …
You might want to try that to toggle your checkboxes.
You can achieve this with the AI component.
You can also do this with the ai component (other solution)
Quick Demonstration of Prompt optimization to have a consistant result with the AI custom component.
In this example, the AI component is used to reset at once a collection of mechanical parts Checkbox. On the left of the screen of the video a classic glide checkbox component and on the left the Ai component. No glide action is needed. The Ai component listens to the computed column Status and when the value of that column is reset th…
Hi ThinhDinh,
No I am on the maker plan
Thanks Maxime! will have a look at it
Thanks Nathan, will try it out
Your Call API method is only available on a Business plan.
Hence the thread @nathanaelb linked to looks like one way to do it.
The other way is involving Make.com or Zapier in, pass a list of IDs of rows to be changed, and change them via a bulk API call (Maker has access to API via Make.com ).