Hello Everyone,
I have a situation where I need to export data from an expression rule to excel.
Previously I was using Export Data Store Entity to Excel smart service, but now as per the requirement I need to manipulate the data I get from database in an expression rule and then export it.
Kindly let me know your comments.
Thanks,
Sai Kiran Pannala.
Discussion posts and replies are publicly visible
Export CDT to Excel from the Excel Tools plugin, though deprecated, still works with current Appian versions, as of the last time I checked.
Hi Mike,
Thanks for the response.
Actually I am querying the data from database table and then performing some operations in an Expression Rule. So my complete data/output comes from a Expression Rule but not from CDT.So could you please let me know if there is any way to generate an Excel from Expression Rule instead of CDT or DSE.
Thanks.
Is it possible in your scenario for you to store the result of your data manipulation in a temporary table and than export it instead the original table?