Here is the run link https://www.gumloop.com/pipeline?workbook_id=7wdrNGpiHfkB9CzVCD9Xvf&run_id=it34WfKe8gGePehrvXo6P6
Hey @Kent_Johansen - The Facebook Ad Scraper
node outputs Ad Media URLs which you’re passing onto the File
input of the Analyze Image
node. The File
input expects a media file therefore you should enable Use Link
on the node instead.
I’d also recommend creating subflows for your workflow and wrapping them in Error Shields
. That way one-off errors will be skipped without halting the entire flow. More on that here:
Subflow Tutorial: https://vimeo.com/1052111235/cb7e3a446b
Subflow Docs: https://docs.gumloop.com/core-concepts/subflows
Let me know if this makes sense and works for you.
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.