Form Id variable at the time of process instance(start event) variable data type is Object(Java.util.list)
When we are setting the value of the variable in javascript task we are getting the error that text char is grater than 4000.
(var insertList = execution.getVariable(‘insertList’); )
When we try to JSON.parse(variable) we are getting errors in script task.
We were not able to use spin S(variable)
How can we convert that input variable to a JSON object hence we can iterate it and do the required operations in camunda script task?
need a help @Niall @Ingo_Richtsmeier @WilliamR.Alves