Question
how to save array of values in CDT in process model
For example, I have process variables arrays
name : {"a","b","c","d"},
age : {1,2,3,4},
email : {"@e","@r","@t","@w"}
and I have a CDT which has {name,age,email}
How can I save those array values in my CDT in process model? bcz when I try to use script task to save the array values in CDT and write in the db using cdt then only first row is getting written in db.
