You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm bulk adding rows to my table, and it'd be nice to have a "Save + New" kind of option available where when you click the button, the row is added to the table, but some (not all) fields are kept filled, while others are cleared.
So for example if I'm adding 20 new DVDs to my movie collection, I might want to keep the "Format" dropdown set to "DVD", the "Region" set to 4 and maybe the genre set to "Action", but remove the title, so that way I can rapidly add the 20 movies without needing to click the New button, click to drop down the box, pick DVD, and so on. If adding lots of items, the number of clicks required can really add up.
I know I could create a new screen, add the fields, then change the Save button so it'd add the row then clear out some fields, but not redirect to the movie list, but it'd be nice to have a tickbox for "Allow multiple additions", and a dropdown to pick which fields to keep or clear. I also know that I could import those rows, but as far as I can tell, relationships can't be imported (e.g. if "genre" was a relationship instead of a text field, I couldn't import it, at least not with the internal Budibase table type)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm bulk adding rows to my table, and it'd be nice to have a "Save + New" kind of option available where when you click the button, the row is added to the table, but some (not all) fields are kept filled, while others are cleared.
So for example if I'm adding 20 new DVDs to my movie collection, I might want to keep the "Format" dropdown set to "DVD", the "Region" set to 4 and maybe the genre set to "Action", but remove the title, so that way I can rapidly add the 20 movies without needing to click the New button, click to drop down the box, pick DVD, and so on. If adding lots of items, the number of clicks required can really add up.
I know I could create a new screen, add the fields, then change the Save button so it'd add the row then clear out some fields, but not redirect to the movie list, but it'd be nice to have a tickbox for "Allow multiple additions", and a dropdown to pick which fields to keep or clear. I also know that I could import those rows, but as far as I can tell, relationships can't be imported (e.g. if "genre" was a relationship instead of a text field, I couldn't import it, at least not with the internal Budibase table type)
Beta Was this translation helpful? Give feedback.
All reactions