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
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:
You might want to try that to toggle your checkboxes.
You can achieve this with the AI component.
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).