Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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
The Excel Tools plug-in has "export CDT to Excel", which still works fine despite being (officially) deprecated. You don't need a unique CDT for everything you want to export, you can simply take the data you want to export and stuff it into an array of a dummy CDT containing N number of plaintext fields, and export that.
HI Mike,
I found Excel Tools, but I'm not able to find " export CDT to Excel ".
Could you please share plugin link if possible.
Thanks
Try installing the Excel Tools in your environment and you will see the "Export CDT To Excel (Deprecated)" as part of the smart service list
Did you install excel tools? If so, did you try the Node Search tool within the process modeler?
HI Mike, Thanks I found it.