Dynamic form update with database value

Hi,
I am Saswata, new to Camunda. I have the following requirement.

I have a configuration file with module name and their service name, URL, and list of parameters inside mongo db.

I have to create one form in modeler where user will give the module name as an input in first time, according to that module name, the process will bring the corresponding URL and list of parameters and show inside the same form. After that user will give the parameter values and submit the form.

Then the process will call the service and show the result in the lower portion in the same form.

I will really appreciate if anybody give me the help.

Saswata

Sounds like a good idea would be to use DMN to store and update the values easily.
Take a look at this tutorial to see if it’s useful to you