Here is i have to extract Equipment,Engine,EquipmentType,Year values.(Im able to do it till here using Data scraping)
Next step is to click on the down arrow to view more details on the record.
@venkat_patibanda - Is the expand item data is loads when you click on down arrow icon?? or data already loaded but invisible state?
if its already loaded with hide state - expand one element and try to do the scarping…
I have created the workflow as suggested by you setting the max results to 10. Unfortunately im not able to extract them in a proper manner. First 4 columns show the values of First 10 records that are processed. Next 3 columns are showing the values of last 10 records.
And as i mentioned first 4 column values will be common for a set of records, this is also not working as expected.
Im ataching the xaml for your reference if you would be able to correct me where i went wrong with it. DonaldsonDataScrape.xaml (39.0 KB)