I try create camunda form with select tag:
<select
required
id="Assignment"
cam-variable-name="Assignment"
cam-choices="assignments"
cam-variable-type="String">
</select>
I need to fill it with values from the database when opening a form (before starting the process). But camunda not have form starter listener.
What I can use way for this?