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
Hi,
Here you can try building the your sql query in a script task and pass that query in Export SQL to Excel.