I need a list field where users can input strings manually.

Jerome MAISETTI
Mega Guru

Hello
I'm looking to create a list field where I can input manually strings in it.

Can someone tell me if this is possible ? I've created a field with type list but I don't know what to do next to achieve this. I get a drop-down with fixed values but I want a free text field to input values.

Thanks

Jérôme

5 REPLIES 5

Mohith Devatte
Tera Sage
Tera Sage

Hello @Jerome MAISETTI ,

So list type of field needs a reference to a table where your table can contain as many records and you can add multiple values or records in the list field from that table.

 

Example: In the below screen shot i used incident table in reference so i can add multiple incident numbers to that field OR you can add choices to it in the choices tab 

Screenshot 2022-11-21 at 20.56.12.png

 

But if you want to add multiple values with out giving reference table or choices its not possible .

 

You might have to create a string field and enter a comma separated values in the same field .

 

Hope this helps 

Mark my answer correct if this helps you 

Thanks