해결됨
How to populate a list in select dropdown field where the list of values depends on the ID which is configured in another text field?
There's a dialog field that consists of a text field where we have to enter an ID. There's a select dropdown field which renders the values from the API which required the ID as a parameter.
Is there a way to populate the dropdown list dynamically when the ID is authored , on field change, without submitting the dialog twice?