is it possible to get acknowledge when file downloading completes?

0
My application needs know if file is successfully downloaded or not, Is it possible? Anyone can advice? thanks.
asked
1 answers
1

By default, it either opens in the browser, or is visible as download if succes, otherwise an error will be shown.

So what kind of acknowledgement do you require?

In the microflow, if the action succeeds, the file is downloaded. If error is thrown, you can catch it with custom error handling

answered