I am relatively new to Power Automate. I am creating a flow to execute a query against Snowflake and then save the results to a file in OneDrive.
The issue: My Snowflake Submit SQL Statement for Execution action works great. I can test it and in the test flow, I can see the rowType and data results. However, back in my flow, my next step to save the data, rowType and data are not options. Pretty much every other item under the Returns section here is available.
What am I doing wrong???
Results in my test run:

According to the documentation, rowType should be right after format and before name. Even if I search for it by typing it in, nothing returns. The same with data.
