download the file with export action

I am trying to use "export action" to export a certain table to an excel file.
I have three problems:
  1. after click on the button, I receive a notification that the export has started but I do not receive a notification that it has finished.
  2. In the export folder, I do see the file being exported but I did not understand where it is downloaded from.
  3. What I want to happen is that the file is just downloaded to the user and that's it.
    No need to store it in storage.
How can this be done?
Was this page helpful?