How add column with Type Symbol and Limited to symbol only via API

Hi,

I am struggling with an CALL api

I need to add a column type Symbol with a validation = True

If i put in my body options list, i got an error : Columns options are not allowed when symbol is specified

If i remobed from my body options, i got an error: this type of column must have at least one option valu


I'm a bit confused $)


Thank for your help

Best Answer

  • Genevieve P.
    Genevieve P. Employee Admin
    Answer ✓

    Hi @Raphael Obadia

    There currently isn't a way to add a Symbol column and enable validation in one step, it will take two calls. First, add the column. Then upon success, use the first reply to push the validation: True to the newly created column object id.

    Cheers,

    Genevieve

Answers