I have an array named LL, I would like to map each element in array in LL to get [{"Date1": data, "Date2": data}]. Please advise if you know how to do this, many thanks!
Figured it out, quite simple actually... Posting it here in case anyone has the same question.
Step1:
Initialize an Object "O" with value "{}"
Step2:
Apple to each element in the array "LL", compose the target data to "O" and will be able to write it to excel
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.