How to get Enumlist in the Input() function

I am trying to create an action to bulk update the vendor column in my purchase table. I want the same enum values in my Input function that I have set for this column in the main table. Is that possible ? I should see the label but store the key just like when we use the add form

0 14 1,165
14 REPLIES 14

I think yes you can.

Can you guide how

Please give me an hour

Please check the link and let me know whether you want to do similar thing. Then I can go to help you. Maybe in your can there will be two combo, one for person list and another for session list. Let me know better through drawing. Thanks.

In your case, i think, there will be one combo list in the input form for the person list.

Hi Samiur,

Apologise for the late reply. I want something like this but what I exactly want is a dropdown showing values that I have actually given in my column definition.

Yes. Possible.

@Manish_Jain1 You should be able to simply specify the column you wish to use inside the INPUT() function

  • If you’ve set up the column with the Enumlist settings, it renders inside the INPUT window
  • INPUT("My_Enumlist_Column", "")

Give me half an hour I am showing you.

Watch the video and let me know. Video quality is not good.

@shahappsheet mate, it’s been answered already…

Here’s another video

Nice

Thank you Everyone . It’s sorted. Appreciate all the help.