Hello,
I am trying to web scrape from one page. But there ise a warning like this. I am trying to get image and text in the same page. And ı built like below.
Could you help me ?
if its a repeated data then use extract table data and warning says indicate similar element if there is as it is not able to identify the pattern
if its not there then you can use get text which gets single piece of it
cheers
Hi @Emre_Toy
Put a breakpoint after extract data activity and explore the data table from locals panel.
What does it contain? Does it contain headers but no data or it contains nothing?