Printing List of tuple String

I am having trouble printing List of tuple string , it could be a key value thing but i am not able to print anything right with success

image

image
I am writing to text the orderList like the image , but getting this

(FT4, System.Collections.Generic.List`1[System.String])

1 Like

Is there a specific reason why do you have to tuple? Can you not just use list? Or maybe a dictionary?

trying to fix a solution that was written already, so i have to work with it

Steps to print tuple values
image
image
image
image

Hope this helps

If you want to run a loop. do this
image
First you will have to convert the tuple into a Iist or array and the run the for each

wow want to see those steps, can you upload larger or send me via email (messaged you)