Use selectbox instead of textbox on properties panel

Hi,

I´m using camunda properties panel and I want to know if I can replace the textbox in candidate groups property for a selectbox with information being loaded from a service.

Thanks in advance.

You will have to update the existing provider for the candiate groups. This example might be a good starting point.

Thanks a lot for your answer, I will try to do that.

Hi,

I have a question about the example, because from what I understood this is for creating a new tab with a custom field, but what I need to do is to replace the textfield located in the general tab and then fill the selectBox with data from a service.

What I had achieved is add an empty selectBox to a custom tab, but this is not what i’m looking for.

Thanks in advance.

So if you want to change a field inside an existing tab, you’ll have to overwrite the existing tab.