Export process report to CSV smart service

Certified Associate Developer

Hi All,

We have a process report consisting of more than 1 lakh records. We are trying to create a process model that can fetch the data from report and add it to CSV file. For that, We have used "Export Process report to CSV" smart service. Now, This smart service only fetch 10000 records at a time, Due to which we are not able to fetch whole report data at once. Can someone please guide us about the best way to achieve it? Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stewart Burchell

    You say partition the data, You mean creating different report and dividing the data in them based on some filter? If such is the case, Than it will increase the manual efforts for us. Especially when we have more than 1 lac data. However, Can we add row number inside process reports? If yes, Than this will resolve my problem. As I will loop in the report based on indices and get those data.

Children
No Data