Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
When you use the operation “Result Data” you are getting back the binary file. Hence JSON is empty but binary output will contain the CSV file.
If you want your data as JSON plain text (instead of a binary file) switch to “Get” operation.
I was advised by the tech team to create an HTTP request node so I can pass two headers to authenticate access to the questions. How can I include this node in my flow and use it with the Metabase node?