Write Array to a single cell in Excel

Hi,

I want to store the contents of my array variable into a single cell in Excel. Is that possible?
Conversely, the value of a variable changes in a For loop. I want to append all the different values into a single cell in Excel.
Thank you

@Anonymous2
Yes its possible.
Merge the array and use that in write cell value property.
In below screenshot, i have used newline as the separator while merging the array content.


Capture1

Let me know if this works for you.

1 Like

Hi,
Thank you v much! It works

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.