How to export selected rows in a gridField to a xls file and download it within a interface?

Certified Senior Developer

I have a requirement where customer can select rows of record and click on "EXPORT TO XLS" button and download the selected records to a xls file. How to achieve that in Appian interface?

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to sudip.das005
    Hi Sudipas, what version of Appian are you using? The function a!exportDataStoreEntityToExcel() was added to 18.3 and removes the need to use plugins, using OOB functionality is by far the best approach to meet your original question.

    You mentioned querying 2 tables, for this you should create a VIEW on the database to perform the joins and create the logical dataset.
Children
No Data