Record Export feature

Certified Associate Developer

Hi All,

Currently the Appian OOTB record feature doesn't provide the progress of export. Once we click on export option there is no response for some time , after few seconds the document will be downloaded.

There is no way we can show to users that document has been downloaded or at least the progress of download.

Does anyone have any alternate hack/solution for this?

The excel tools or any other plugins will show the progress option in browser tab, but we would like to use record export.

Thanks,

Karthik

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to karthikkanjerla

    Hey  

    We have implemented similar functionality as

    When the user clicks the export button, trigger a background process to generate the export file.  Display a loading indicator to the user while the export is in progress. Once the export is complete, notify the user (e.g., via a push notification, email, or in-app message) that the file is ready for download. Provide a direct download link or button for the user to access the exported file. This approach allows you to provide progress feedback and a more seamless user experience, without relying on the default Appian export functionality.

    Let me know if that solves your requirement.

Children