HI @Francois Gaudet , while the SelectedOptions parameter have changed to a list format, you can still put directly in the DropdownSearch widget the value that you want to use/see as default.
Previously you would only have to click a small "+" sign near the old SelectedOption property to display a Value and Text to fill, now you can click on it twice (one to say you are filling in the first record of that List, and once again to fill in that first record itself), as shown in the screenshot

This way you don't have to initialize any local variables of type List of DropdownOption.
Is this what you wanted to achieve?
Cheers,
Paulo