Hey @steftriant,
There are some options here.
- Load the drop down values from a process variable as specified here . You could fill out the process variable with data using a service task before your user task.
- Load values from an external rest endpoint that could be connected to your database using the embedded task form and some javascript/jquery/ajax. See this forum post for examples and some github links (refer to answer b).
Regards,