How to save dropdown value which has populated from Rest API

0
How to save dropdown value which has populated from REST API Using rest api consumed we have populated dropdown but not able to save that particular dropdown value during save.
asked
1 answers
2

Hi Piyali.

if the value is captured in an association then the associated/referenced object needs to be committed in the DB as well, so you will need to save the dropdown values in the DB as well, otherwise can you give us more details about the flow and the Domain Model

answered