Hello,
I am trying to use the camunda modeler to add a value for a rendered-form.I want to call a process variable.
The process variable is called select. I am trying to call select in the form using ${select}.However it is showing as a string literal ${select}.
How can i get the value of ${select} in the rendered form from the modeler?How can i call it?
Thank you