I have creating a simple workflow in Automator which will extract text from a list of URLs and save them into one text file.
The actions are:
- Get Specified Text
- Get Text from Webpage
- New Text File
Whenever there is a problem with one of the URLs, Automator throws an error and stops working - is it possible to make it ignore the problem URL and continue?

