I am using camunda 7.23 and i created BPMN process in modeler and for each user task linked one camunda form, in the form i have used expression element which calculates the value but i am not getting way to display it in another form field.
{
“computeOn”: “change”,
“type”: “expression”,
“layout”: {
“row”: “Row_0fh4agt”,
“columns”: null
},
“id”: “Field_0cg9jkh”,
“key”: “codFinalValueCalculator”,
“expression”: “=(10-t)0.25dil*8000/15”
}
this calculated expression value i want to display it in another form field.
Can anyone please guide me to solve this issue?