Combine Data Scraping with Screen scraping

Hi,

I need somebody help with the following because I’m not sure how to achieve this.

I have this structered data in a webpag and I can get it using data scraping but then I need to copy the tag showed above the datatable and then add this info to each row of the extractedDataTable.

I tried to use “Add Column” but is not working because I after I get data from job 29345 I go to job 29346 using a while activity and a counter and I get an error of “Column already exists”

Any ideas? I’m sharing a screenshot of how the data looks like

@CP2208 You can use an if Condition and Only when it is the First Iteration Use Add Data Column Activity else Skip , I think you can try this

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.