I would like to run an SQL procedure (something like the article Run an SQL procedure https://community.webcon.com/posts/post/the-run-an-sql-procedure-action/230).
But, I would like the procedure to generate a .txt file with the results (e.g. JSON), and the file to be downloaded using the WEBCON platform (maybe a new process with starting the procedure and preparing a .txt file for download, such as an attachment).
Is it possible, if so how?