How to bind dynamic values from APIS/Custom Component to singleSelect dropdown in inputform
Summary:
I am trying to render a dynamic single select dropdown inside an inputform. I am fetching the list of values from a Custom Component (CC) and storing them in a list type variable, then trying to bind that variable to the singleSelect options field in the inputform .
Content (please ensure you mask any confidential information):
I am working on Oracle Digital Assistant (ODA) and trying to render a dynamic single-select dropdown inside an editForm (input form). Initially, I had a small set of static values, which worked fine when defined directly within the form. However, the requirement has now changed, and I need to populate the dropdown dynamically with a larger dataset (around 30–40 city values).
Tagged:
0