Start Event - Form Data - Custom Type - External list options

Hi,

I have a question about the modeler camunda with Start Event, Form Data part, I have the requirement that show in the form (Form Data) a options list, these options are obtained from a external web service, How can I to fill this using a “custom type” all this made using only the modeler?

Thank you

@gsaldana take a look through this forum post:

Then replace the call to the Camunda API for the external file with your API call.

I tried to implement your solution and it work good!

Thank you! :slight_smile: