Say I have the following table:

Now what I am trying to achieve is to copy the contents of this data table into another data table. I know this can be done using 'Set variable' action or even 'Insert row into data table' action. But I want to try using python script.
My flow:

So I tried using that script to store the first value of the Name column but I can't seem to access the data table as it doesn't show in the output. Can anyone provide assistance in this? I would be much appreciated.
Thank you,
Nathan