I am wanting the Select all button I have created to add all users in the list to a database. I have tried the multi-select dropdown, however it does not fit the design I like and was wondering if anyone was able to help.
Hi @AshtonSims,
Welcome to the forum!
Unfortunately, there is no easy way to do this in Adalo. Let me explain.
In this case there is a list of some entries from a collection. “Selector” checkbox on the right performs some operation with a certain list item (it could be a toggle setting many-to-many relationship, a toggle setting true/false property, etc.).
“Select all” button needs to perform the same operation with all items in this list. And here is the problem - Adalo can’t perform bulk operations on lists natively.
There are workarounds to use 3rd party platforms like Make to bulk update entries in Adalo collection using Collections APIs, or use countdown timer to update multiple entries (this approach has its own drawback and may work only on small lists).
Hopefully we’ll have this essential functionality in future.
Best regards, Victor.
Hi Victor,
Thanks for the response. I will see what I can do and get back to you if I find a solution.
Thanks, Ashton
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.