Can we export data in local variable to excel?

Certified Lead Developer

Hi Everyone,

Is there any way to export data in local variable to excel?

The Actual Requirement is

1. I have created some custom columns in Record Type

2. Generated an expression using Aggregation and stored the data in local variable

3. Created a Grid Report using the local variable

4. Now I need to enable download excel option for the data available in local variable

But Appian is not allowing to enable showExportButton: true(), and getting below error.

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents
  • You can either have a temp record type and use that as a source to show the export button in the grid. Or if possible you can also create a view with the desired data and use "export DSE to excel" smart service, configure it in the process model and call it using start process and get the generated document id from the process inside the interace for the user to download it by document download link.

Reply
  • You can either have a temp record type and use that as a source to show the export button in the grid. Or if possible you can also create a view with the desired data and use "export DSE to excel" smart service, configure it in the process model and call it using start process and get the generated document id from the process inside the interace for the user to download it by document download link.

Children