Can I retrieve fields of a filled form in Camunda Modeler without use code?

Hy all!

I’m trying to retrieve a field from a previously filled form, to show to another user and make them capable of validate the information.

Is it possible to capture in a process some filled form field in a previous process using only Camunda Modeler, without connect to a Java project?

Sure - if both forms reference the same variable name then it will appear with whatever value it currently has.

1 Like