I have successfully connected an Alteryx workflow to an Athena table which queries a complex json file using the Input Tool. I expanded the hierarchy of the json array using CROSS JOINS and UNNEST SQL functions in Athena ti create the table. The Alteryx workflow output from the Athena table resulted in un-expanded json format and I am back where I started. I need to to be able to get the result in the Alteryx workflow to be the same as the result in the Athena query. Am I missing something; or is this functionality to get expanded json not yet available in Alteryx?