Objects: Multi-select: Insert multiple options at once #5539
Replies: 6 comments
-
Disclaimer: This comment was automatically generated with AI. It can give some useful hints as to where to look for, but sometimes it can also give very inaccurate answers so takes this with a pinch of salt :). To implement a textarea for bulk insertion of multi-select options:
This will allow users to input multiple options at once for multi-select fields. References |
Beta Was this translation helpful? Give feedback.
-
@Bonapara FYI |
Beta Was this translation helpful? Give feedback.
-
We should add a |
Beta Was this translation helpful? Give feedback.
-
@Bonapara interesting, but does not solve the issue. If the user needs to insert 50 options, she still has to do it one by one, even if it's easier with What's needed is to be able to paste a full list. Either with a textarea, or maybe just capturing the paste event when focus is in the option input, and populate as many new option inputs as needed. That would be even more elegant than a textarea. But it's not obvious, so a tip should make clear that you can paste a list instead of typing it. |
Beta Was this translation helpful? Give feedback.
-
@livingstonlarus, thanks for sharing this use case. We won't implement this in the short term, but we'll keep it in mind and turn this issue into a discussion so people can upvote it! |
Beta Was this translation helpful? Give feedback.
-
+1 for me on this please |
Beta Was this translation helpful? Give feedback.
-
In Settings > Data model after selecting an object and then clicking "Add Field", then in section Type and values, if selecting type "Multi-select" then the user needs to input each option one by one with "Add option" button.
This can be tedious if you have multiple multi-select fields to fill with dozens of options.
I suggest that an alternative input mode be offered, like a textarea where the user can type or paste a list of options (one option per line). This is something I've seen in Pipedrive.
Beta Was this translation helpful? Give feedback.
All reactions