Newbie here but loving Gumloop !
I’m trying to update the database of my community and scrape their latest roles + company on linkedin. I managed to scrape the first 4 lines of my airtable and then it stopped. When I tried running the rest of the rows, I got an error message.
Here is the link to my workbook if anyone can help?
https://www.gumloop.com/pipeline?workbook_id=iNKfYhADXt9aPjiaTDGmgu&run_id=hb5u2jUVQW3mPcNodkvmJB
Thanks a lot,
Viviane
Hey @Viviane_P - I’ve requested access to view the flow. You can also enable ‘anyone with the link can view’ under the share button. Will look into this once I’ve access 
Just gave you access @Wasay-Gumloop !
Hey @Viviane_P - The node failed for input #3 because its an invalid URL, it leads to a 404 page: https://www.linkedin.com/in/alexfashionheaveninc/
In such cases you can use a subflow and wrap the entire subflow in an Error Shield node, that way if any input fails in loop mode it would be skipped rather than halting the entire flow.
Here’s an example: https://www.gumloop.com/pipeline?workbook_id=gsYeaHT6t8iPDnqV6B3kMx
Video on Subflows + Error Shield: