How to add data into datatable from three diff arrays

Hi,
I have three diff arrays arr1,arr2,arr3 and one dt with 3 columns(“A”,“B”,“C”). Now i have to add these three arrays data into this thee columns.
Can anybody help me this urgently>?

@vishal_nachankar - If your array has 3 values matching three columns…

Then try adding “add datarow” 3 times for 3 arrays…

the 3 arrays are different array how can i irrate through it to add those values

arr1 data:
{‘p’,‘p’}
arr2 data:
{‘Insured’,‘Reverse’}
arr3 data:
{‘today’,‘next day’}

Expected Output in datatable is
col(A),col(B),col(c)
P,Insured,today
P,Reverse,next day

Hi @vishal_nachankar
Check this workflow
Main.xaml (12.1 KB)

Regards

Nived N

Happy Automation

1 Like

thanks its working

1 Like

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