If the main objective is to generate a CSV you can use the Json parser and it should expose the "Table1" as an array ready to be used
First, prepare a valid version of the json. does not need an entire recordset. As long it represents the correct format. (couple records will do):
Second step: Add a "parse json" action and click on "use payload to generate schema". paste the json in the pop up . It will generate the schema for you
You don't need to pass to an array. I added below just to show how could be done if the goal is to pass to an array variable. you can go straight to "create csv table"
and that's it: