Hi All,
I have an analytical app that needs to write a file to disk for a process later on down the app, however I do not want this file presented to the end user.
In the interface designer you can choose which files to show to the users, however with the blob output deselected it still appears in the app output. Is there a way I can prevent this from happening?
I did try to delete the file before completing the analytical app workflow, however this caused an error on Alteryx Server.
Please find attached .yxzp of the analytical app for your own testing.
Solved! Go to Solution.
Hey @JonMcMillin
You have to specify a path for the blob output to go. If you don't, then it just goes to the working directory which automatically will present on completion for a Gallery App.
Thanks @patrick_mcauliffe
I tested adding to a temp file to a subfolder within the working directory and it still presented the file,
The second test I ran had the blob tool output to a network drive, which worked, and did not present the output to the user, which is fantastic! (although frustrating as I now have to handle file deletion in the network drive >__>)
You could use the Run Command in Workflow Events to run a .bat file after the workflow is done that deletes the files it created.