Hi all, maker plan here. Does anyone know if it’s possible to add multiple tasks at once (checkbox or radio buttons)?
My app is a task based app and right now users need to add 1 at a time, is there a way to select multiple tasks and add it? This would be by user (separate).
Add…as in create multiple rows…or do you mean using a choice component with multiple select enabled to get a comma delimited list of choices? With the choice component, you can use a Split Text column to create an array of choices, and then relation to link the array to your choice table.
Thanks, i’m looking at this now, but it doesn’t seem to be working. Mine is a bit more complicated than that. So each user is customized ot adding their own task from a pre-populated list (shows currently as a drop down)
So i have a table of all tasks, and then when a user adds a task, it shows up on the master table of user tasks (each tasks only visible to the signed in user who created/added it).
I currently have the selection writing to a relation field which then populates all the data needed.
My biggest need is how to select multiple choices the way i have it and how it then populates the rows.
When i try your method, i have to change where it’s writing to (I did, but not sure i’m doing this right), and i switch to chips layout, but the data doesn’t write or add in multiple rows or each selected task(button).
FYI - the video didnt have audio that i could hear.
Your current method is writing to a relation column which doesn’t allow the multiple choice option. You need to write to a standard text column in order to be able to use the multiple choice option.
Did you make a copy of the template I created?
It you make a copy, you’ll see exactly how it works.
The video I recorded does have audio. I just tested it and I can hear it fine.
Thanks. I me u write to a text file, it doesn’t seem to load so not sure how to get it working to load. And only 2 rows show up and fields aren’t filled.
I did copy it but can’t get it to work even if simple.