Multiple Choice in Data Table

I created a column that is a Multiple Choice I want to see the dropdown in the Data Table for when adding new object.
Is this possible?
Please point to any training materials. Thanks



### Problem description

Describe what you did in console that led to the error. Please provide a description of what actually happens. Be descriptive: "it doesn't work" does not describe what the behavior actually is. This will help us with reproducing the problem.

### Steps to reproduce

Please describe steps to reproduce starting from the first action.

1.
2.
3.

For the Multiple Choice columns, the drop-down will show only the values which the column is configured with. Adding a new value would be possible only via API. Here’s a video describing the column type:

Is there a codeless blocked for modifying the options of a multiple-choice column? Scanning through UI builder, I don’t see a block that obviously performs this function.

Hi @Howard_Jacobson

The MultipleChoise column is just a String column under the hood so you can modify/work with a regular string

Regards,
Vlad