Hi,
I run an API which in turn delivers a download API URL with an ID code at the end:
https://api.{environment}/api/v2/downloads/{ 8 digit alpha-numeric code }
Running the above downloads API URL in Postman delivers comma delimited headers and data. When I try to run this in Alteryx and deliver it to a document, I receive an error message about 'chunk' data and DownloadHeaders has "HTTP/1.1 303 See OtherTransfer-Encoding: chunkedConnection: ...".
How would I guide this output to a .csv on my computer?