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 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.
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?
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
I m sorry, i have made first question unclear, thats y i asked second question which was created another post by me.
Thank you. I m stuck with that part thats why i was confused created many post
I got the solution, Thank you all