Converting String [] to datatable variable

Hi,

I have data stored in a String variable and I need to convert it to datatable variable. Can someone explain how this should be done? Thanks!

Hi @merlinazzz,

Using Build Data Table create the table first.

then use add data row->Properties → ArrayRow pass your string array.

Regards,
Arivu

Hi @arivu96,
thanks for the answer. I am new to UiPath, could you please be a bit more explicit about the intermediate actions in this case? Thanks a lot!

Hi @merlinazzz,

Please find attached workflow to implement your requirement.

Reg,
SarthakTest_1.xaml (8.3 KB)

5 Likes

Hi @sarthakj, thank you a lot!

1 Like

Hi,

Can we do this without For each loop? With VB expression?
Thanks

Lav

4 Likes