How to store task report data into DB

Certified Senior Developer

Hi Everyone,

I have the requirement to capture the task report data into the database. Can anyone please help me out?

Thank you

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to shubhamy0005

    hi, You can use query process analytics to get the report data and then create a table to store required fields from this report data. once you have these two then create a batch process and configure the timing based on your convenience and run this process to store report data to db. This process will have the script task which will pull the report data and a write to db node which will store this data to the table.

Children