Hello,
i want to download datas from my back end as an xlsx file.
so i created a business process that creates a xlsx file from my back end data and gives out the file id
then i created a api with the “get file” bussines process and adjusted the api response type to give out a download file.
now i can successfully call the api with the file id and get a download link in the API swagger.
- but i didnt managed to get this download link in front end because the api is just giving me a bytes variable as output.
do you have an advice how to create the download link in web application?