Clay Icon

Automatically Select a Random Value in a Dropdown Column

ยท
ยท

How can I set a Select column so that a random value is always selected?

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Unfortunately, there isn't a built-in option to automatically select a random value for a Select column. Select columns are designed to allow you to choose from predefined tags or options.To set a specific data type for a column:1. Right-click the column you want to edit 2. Click "Edit Column" > "Select Data Type" 3. Choose the appropriate data type 4. Click "Save Settings"Is there a specific reason you're looking to have a random value always selected? Understanding your use case might help us suggest an alternative approach or workaround. Sources: Select Column Data Type Table columns overview | Documentation | Clay University

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Hi Djamal S.! This thread was recently closed by our Support team. If you have a moment, please share your feedback:

  • Avatar of Djamal S.
    Djamal S.
    ยท
    ยท

    (Math.random() > 0.5 ? "Begriff 1" : "Begriff 2")

  • Avatar of Djamal S.
    Djamal S.
    ยท
    ยท

    so its working

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Goodbye! I'm glad we were able to confirm that it's working for you.