Hi I have some HTML text in my app, and i already have a flow working, which converts the HTML to PDF and then download it to a onedrive folder.
I want help on how to make it download directly to the persons own desktop instead of downloading to onedrive ? is there any workarounds or a way to use in flow etc ?
Hi @Wolfmeyn
If you 'Respond To PowerApps' with the link to the file (from the outputs of the create file 2 action), then you can use the Download() function to download that file using the link as a normal web download.
Cheers,
Sancho