Hello,
I have a form that receives information in string format. I have already transformed in an array and now I need to include each part of this array in one cell of my excel. the line will have the ID of this project, the information from array and date.
I m trying to include the information (each part of the array) in rows, but not successful. depending on the answer, the array can have from 1 to 10 positions.
any idea on how to do that?
appreciate