I want to create a "Kudo board" where employees can select from a drop-down list (single select) of company employees they want to give kudos to.
My thought process is I would like to create a form that includes a list of employees' names from a drop-down (single select field) and a long text field, to add the kudos. When they "submit," it will populate a table with the employee name and the kudos received.
If I want to add a single select field under forms, is there a way to copy/paste in a list of employee names? I don't want to type them out one by one.
Note when you are working directly in a table, you can
- easily copy/paste a list of names directly into a single select field. Here's a video that demonstrates how you can do this in a table: https://www.youtube.com/watch?v=uzCh020xrac
However, there does not seem to be an easily way to copy/paste a list of items into a single select field if you are working under "forms."
If anyone knows, it would be much appreciated!