Accessing nested values in a table

You would need String commands

Get a String with table.getRow(1)

Then Look at split with ”(”

For loop over the resulting array

Remove ) using some form of replace

Then split the result with ”,”