Add values to custom column

I have the following use case:

  • user obtains token
  • app validates token
  • app retrieves list of skills to assess
  • user rates themselves on those skills
  • skills are then inserted into a db

I've been able to get the first three done, but I'm trying to present the skills in a table with a custom column that gives the user the ability to rate.

On the custom column, I could not find how to add static values.

Would a form be a path for this use case?

Hi @jan28! Welcome to the forum! :sunglasses:

If you're just needing to have the user select from static values in a dropdown, there should be the option to input labels and values in the column settings:

I think this I was you are looking for! Let me know if it's going to work!

1 Like

Worked great, thanks!

@ben @jan28 hi everyone! thanks so much for posting a solution here.

do you mind providing an updated screenshot on how to achieve this with the new UI? i can't seem to quite figure it out -- screenshot below.

thank you :slight_smile:

Hey jordanp!

You're in the right place, you'll just want to make sure you've set the column to be editable, then click on the fx button to the right of data source and you should be able to hard code in the values you'd like to display!