Example:
Array is like: “A”, “B”, “C”
I want this data under column named “Values”
So result should be like:
Values
A
B
C
Try belon steps :
1. Build a datatable using 'build datatable' activity
2. using 'foreach activity' for collection loop through the array
3. Inside foreach place 'add datarow' activity to add your data