Hi Team,
Here I want to pass parameters dynamically from Appian to the stored procedure and get the data subset, then export that data subset to Excel. I have created a stored procedure, and when I tested passing dynamic fields and data, I am getting results. Now I wanted to export this data subset to Excel, so I tried using the "Export SQL to Excel" smart service. But I am getting the following error: "The following error was raised by the Export to Excel function: null"
Is there any other smart service to export data subsets to Excel? Please advise. Thank you!
Discussion posts and replies are publicly visible
It will be easier to generate a database view from the the result set returned by the stored proc and then use the db view to export data into excel.