Iterator (Multiple Operations) then Router (2 Paths) then Trigger HTTP Request at End of Path A or B (But only Once)

  1. Scrape All Wordpres Pages
  2. Iterator to process page data
  3. Checks Airtable for that existing URL (And if exists it will not process it)
  4. Router Path A or B.
  5. Path A - URL from Wordpress Matches Airtable URL = does not enter data into Airtable
  6. Path B - URL from Wordpress DOES NOT MATCH Airtable URL - thus new data entry
  7. At the End once its Processing all Bundles/Operations I need it to trigger an HTTP Post request that Triggers the SUBSEQUENT SCENARIO
  8. I put HTTP modules at the end of EACH PATH because I thought it would only trigger once, but I’m so lost at this point, I don’t even know what I’m doing anymore, been working on this for over 10 hours.

Issues:
The Issues that I’m having are:

  1. How do I only have it trigger the HTTP Request ONCE. NOT TWICE on ONE PATH AND NOT ONCE EACH which is still twice.
  2. I tried adding a Text Aggregator so I only get one output (I have no idea what I’m doing here) but it still triggers even if the filter doesnt match thus triggering the HTTP module at the end of that path.

Chat GPT freezing all day.
Gemini making up fake solutions.