How to store two dimessional array into a string variable with table format

Hi All

I need to print two dimensional array with table format and is it possible store into a string variable
Example:
Name RollNo
xxx 123
yyy 234
Can anyone please let me know how do i do that?

Hi @divya.17290,

I create a sample workflow for you, you can look at this.

It is the output.

image

QueueLoadingTest.zip (140.9 KB)

Regards.
Ömer

My excel sheet like this
I need to get CPT codes (f2,f3,f4,f5,f6,f7) and Amount(K2,k3,k4.k5.k6.k7)belong to per claim number(B2) and will save into a string variable with Table format for CPT codes and amount . It may vary per claim numbers

Can anyone please let me know how to do it?

@divya.17290,

I thought you have a two dimensional array and you wan to store it in a datatable variable.

I made this workflow for this purpose.

Regards
Ömer

Hello @divya.17290

Please share the sample excel and how you are getting this array data?

Thanks

I m sorry, i have made first question unclear, thats y i asked second question which was created another post by me.

@divya.17290

Oh no, no problem. I dont blame you. :slight_smile:

Thank you. I m stuck with that part thats why i was confused created many post

I got the solution, Thank you all