Alternative to Create Text File step?
Comments
-
In order to create a text file to download, you will need to convert your string to an array using the Convert String to Byte Array flow. In a Create Data step, create FileData and pass in the Byte Array along with a FileName.
Then there are a couple ways you can go about downloading the file, I will link a forum post that elaborates more on each download method.
https://community.decisions.com/discussion/48191/download-files-locally


