Hi everyone,
I'm encountering an issue related to a topic that has been discussed in several posts here. However, none of them have fully addressed my specific question.
My use case is quite straightforward:
- There's a workflow that generates an Excel file
- I'd prefer not to output the file directly to the server (to avoid overloading the MongoDB)
- Instead, I'd like to display a message to the user with a link to the file, which would be saved on a private NAS
Note: I'm aware of the email option, but I cannot use it (due to company policy).
Does anyone have any suggestions on how to achieve this?
Thanks,
CR