Hello,
I am exporting a table on a button click and I want to give download link for the latest exported excel document.
So when I click on "Generate Excel" button, It should export a table and then update the download link for the latest document.
How can I achieve this on one interface.
Thanks in advance!
Discussion posts and replies are publicly visible
I would suggest a button with startProcess in the saveInto which calls a process that generates the excel and returns a docid which you then display in the interface using documentDownload link.