I want to export data from editable grid to excel file without storing data to database. How can I achieve this?
Discussion posts and replies are publicly visible
Use the "CDT to Excel" node from the Excel Tools plug-in. Create a generic CDT consisting of X number of plaintext fields (where X represents the maximum number of columns you might need). Cast your data into this CDT type and pass it into a process instance using a!startProcess. Should be fairly easy.