Download Data to Excel

Certified Associate Developer

 How to Download data to an Excel where a view has more than 150 columns?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to senthilvelc6162

    You will need to call the Export DSE to Excel node once for your first 50 columns, store the generated document ID and pass that in as the generation target for the next call where you will have it generate the next 50 columns, then call it a 3rd time in the same way to get the final 50.  In each of the 3 nodes you will need to manually configure the Selection parameter to specify which columns you're asking it to pull for that round.

    On nodes 2 and 3, you will need to specify a Starting Cell where you set it to column 51 (whatever column value that resolves to), and then for the final one, likewise to whatever the 101st column is named.

Children
No Data