Hi good day,
I'm trying to create a download csv/excel file from a list of dictionary from my data.1st Step - Fetch Data from DSE2nd Step - Transform Fetched Data to Specific Dictionary (with Formula).3rd Step - Convert Transformed Data (Dictionary) to CSV/Excel Document.4th Step - Put Document in Document Download Link.Note: This is going to be perform in Interface.
Discussion posts and replies are publicly visible
Hello, The Converted transformed Data (Dictionary) can be saved intp a temporary table and then use that table data in Export SQL to Excel smart service plugin to generate the excel document. Once the file is generated delete the data added in the table.
Harshita's answer is probably the best approach. To further minimize load on Appian, you could also use stored procedures or regular SQL to transform the database within the database itself instead of loading the data in Appian.