Hi Everyone
Scenario:
I have a scenario where 150 columns to be exported as excel.
Limitations:Using Export Data Store Entity to Excel, it supports only 50 columns.
Solutions tried:
Tried using multiple Export Data Store Entity to Excel with different Starting Cell (A2,AY2,BY2).
Issue:
The excel sheet is updating only with the last Export Data Store Entity to Excel Data. Previous Node data are getting erased.
What is needed?
I need all the 150 columns to be updated in the same Excel Sheet(Single sheet).
Discussion posts and replies are publicly visible
You need to pass output of first DSE to excel node as ‘Document to Update’ attribute of 2nd node. Similarly 2nd node output should be used as base for 3rd node and so on. Then all the nodes append on the output of previous node. So check this configuration and give it a try
Hi Harsha,
Tried this approach. But the excel sheet is updating only with the last Export Data Store Entity to Excel Data. Previous Node data are getting erased.