Select with dynmic data and selected value

Hi everyone.
I have a select populated via a datasource, after dynamic data loading I should set the selected option on line 3.
Do I have to do it via JS?

On select options you have a “selected value” field.
You can populate that with data.value==(the value)

Hey @enriweb77,

You can:

  • Set the value or
  • Set the Selected Index (id this is what you mean by saying “set the selected option on line 3

1 Like