Hello UIP Heros,
I have a csv file with urls. I want to go to each one and capture an image of their home page. I have a chrome extension that will capture and save the images with a couple of hotkey strokes. My problem is getting the For Each right. Sorry, just joined and system won’t let me upload the .xaml file, so I will describe it below.
So far I am Reading CSV and creating a DataRow output called “website” within a workflow. Then, in a new step, I Open Chrome Browser and in the url box of UIP, I put the variable “website” from the last step (This is probably where I am wrong). Then for the Do container, I say, For Each Row in “website” (probably another error) send the following Hotkeys to save the website image using the chrome extension.
That’s where I’m at. I’ll keep working on it and wait to hear. Thanks.
p.s. the extension is called FireShot if you want to try this out