Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!
SOLVED

Add Choices dynmically in Dropdown through API via Fusion

Avatar

Level 1

Hi,

 

We have a requirement where we need to keep adding option in dropdown based on meta data we receive everyday. SO that user can select values through dropdown.

Can we have some Workfront API through which we can do so or any fusion module can keep on adding option dynamically into Dropdown.

devDP_0-1681967318413.png

 

Any help or suggestion is highly appreciated.

 

Thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

yes, this is fairly simple API call to make:

Rafal_Bainie_0-1681986035671.png

 

where parameterID is the ID of the field where you want to add new "option". Label and value are hopefully self-explanatory since they match 1:1 to what is visible in custom form editor.

 

Hope this helps 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

yes, this is fairly simple API call to make:

Rafal_Bainie_0-1681986035671.png

 

where parameterID is the ID of the field where you want to add new "option". Label and value are hopefully self-explanatory since they match 1:1 to what is visible in custom form editor.

 

Hope this helps 

Avatar

Level 1

Hi Rafal,

 

Thanks you for your response . It worked for me.

 

Thanks alot