Hi team,
I have a question that is killing me… I’ve built an App with some wfs attached in 5 minutes and then… 5h already blocked at the end
… That’s life
Description
I’ve built a simple App where the user uploads a CSV, then I read the content and I generate another CSV to be downloaded… very simple right? ![]()
I’ve made the workflow following this logic:
- Use File Uploader to add the file
- When added, event trigger workflow reads the content
- Then, after Submit button is clicked
- I do some calculations
- I generate the final datatable, then the CSV
- I show the App user the generated CSV to let him download it
Issue
There’s NO WAY to download the generated CSV file, even when I see the “temp” path generated at any run I do so, the file is there
I arrived so far to: Create File + write string to file (final CSV) + assign the local path to it
I don’t want to use Storage bucket since I don’t want to store anything, I tried to set the LocalResource, iResource, AppResource… all variable types mentioned in docs/forums I see and no success, can you help me please?
BTW: Docs for File Downloader are veeeeery short, we need some improvements there
Big hug team!




