How to extract WIID details to excel

Hi,
I had a doubt regarding ,
In ACME Site, I need the content which is against the Work Item details for all IDs. To extract the details in ACME site to excel. How to do in REFramework… Kindly help



Hi @gauthamRPA

@gauthamRPA

  1. Use extract table to extract the table data in Initialization state and assign the table to transationdata and modify re framework to pick data from transaction data instead of queue
  2. In Process xaml use steps to search and extract the data and add to excel as required. To know row number try usign in transationNumber value

Its an old link but the concept remains same even now

cheers