How can have webhooks and HTTP Requests trigger upon scenario completion

Thanks @ponvaskon

To be honest I followed a youtube tutorial, I’m not exactly sure what the Iterator module is doing but the scenario works (retrieves google news metadata using an RSS list stored on a sheet).

This could fetch 10-50 rows (depends on if there are news)
The dilemma is since we don’t know the number of returned results, how do you trigger the 2nd scenario? When is it finished? The workaround is to tell it to stop once there are no more RSS links to process and the way I did that was by specifying the number of existing RSS links, but when that changes I need to be mindful and make that change on the filter also.