Hi everyone,
I’m running into a problem that I just can’t seem to solve… and from what I can tell, it hasn’t been answered anywhere yet.
To give you some context: I’m using n8n to retrieve job offers via salesforces and webflow API. My setup is organized around two automations:
- One automation fetches the offers, modifies them, and creates them.
- The second automation handles deletion of offers, but with a twist – instead of fully deleting them, it just unpublishes them, which moves them to “draft” status.
To keep my collection clean, I wanted to add another automation that runs once a day to permanently delete all offers in “draft” status.
Here’s the problem: in some cases, offers that have been unpublished get re-published. And as some of you might guess… when recreating the offer, the URL is considered as already existing in the system – a caching issue! The worst part is, even after manually publishing the site (or publishing it via the API), it still considers the URL as taken. So I’m stuck!
Does anyone have any idea how to solve this issue?
Question for the Webflow team: Are there any plans to provide solutions for these caching issues? For example, the ability to manually clear the cache or trigger a cache clear via API without publishing the entire site?
Right now, the only workaround I have is to stop deleting offers completely and just leave them as drafts, which over time will fill up the database with drafts (and that’s really not ideal).
Thanks in advance for your time and any help you can offer!