Selectbox with values from fetch

Please, help!

How to create custom ComboBox/selectBox which will take data from external source (fetch) and will record selected option into Camunda properties as the method of PropertiesProp, but using Select, not textField?

I don’t understand how set method create a parent element of property.

That kind of functionality is not possible with the built-in SelectEntryFactory. You’d have to create a custom select entry for that.

1 Like

Thank you!
I cannot find how to do this, maybe some examples will help, do you know where is something about this?

There are no examples other than the existing factories that you can have a look at.