Offer S3 files for dowload in apps
We have an app where a user clicks a button, and a file is generated in a flow. We are stuck at how to now offer this file for download to the user: in our flow, we return an S3 Object which we can interactively "click" to download the generated file, but how to do this in apps? Thanks
3 Replies
The only way I find to do it now is to show the "job by jobid" in the app, and then let users download it from there, but that seems like a bad solution , we don't want to expose users to the flow graph in the app window
I also see a "download button" in apps, but that asks for a URL or base64 encoded file. Is there a way to link this directly to an S3Object returned by a flow?
Use Rich Result on the s3 object
crazy response speed again, thanks, works now!