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
Should be as simple as using the Export CDT to Excel node, after querying your stored procedure output into a CDT. It doesn't even have to be a really special CDT or anything, you can just create a dummy CDT with a dozen or so plaintext columns (allowing you to reuse it for several things).