Answered

Programmatically insert choices into a Dropdown

  • 4 April 2024
  • 1 reply
  • 12 views

I'd like to be able to programmatically update/insert choices into a dropdown field using the Create API.

Our use case is that each client could have differing values for this dropdown field.

It looks as though each choice in the json for a dropdown needs an 'id', 'ref' and 'label'. I have the labels but not the others.

It is possible to dynamically/programmatically insert choices into a dropdown?

icon

Best answer by Liz 4 April 2024, 15:26

View original

1 reply

Userlevel 7
Badge +5

Hi @bobwilliams Thanks for stopping by the community! You can update the form using the API, which would then allow you to edit the dropdown field. Would this work for you? 

Reply