Hello guys, I want to iterate through some products on Amazon and get the image url with the Get attribute activity, but I don’t really know how to make the selector dynamic in order to take all the images.
I just made a sample workflow where in it will search for “Organic vegeitables” on amazon search box. then extract all the results in a datatable which contains the src of the images. Then it navigates to those images in side a loop.
Get Attribute with “Src” also commented inSearch Amazon.xaml (16.7 KB) the flow if you want to use it for single image.
If it solves your issue please remember to mark it as a solution.