I need help figuring out a stable way to update my CMS collections in Webflow using an API via Parabola. Right now, every time there are new entries in the backend, I delete my entire Webflow collection and reimport using Parabola. Is there a way to only add in new entries since the last update, and automate that process using Parabola → Webflow? Ideally it would also allow existing entries to be cross-referenced with the newest API data and updated if needed. Thank you!
Welcome to the community! It sounds like you’re looking for the “Find overlap” step to cross-reference collection items from your backend with existing ones in your Webflow CMS.
Thanks so much for this help, I’ll try it out and see if it works!
One quick question:
In instances where some aspects of a collection item have been edited (say, a typo) in the backend, would this not also filter those out considering they are changed, and not delete them? It seems then that this flow would produce a duplicate collection item with the minor change, as well as retaining the original.
You can set the approximate match percentage to a relatively high value. The example above shows a potential item from your backend matching with another item from your CMS with slightly different values!
Thanks for the alternative answer - that seems like a simpler solution given how much duplication of the data cleaning nodes I had to create for the orig solution.
I did have another question since my flow (using @daniel’s solution) keeps failing - I get this error when attempting to update existing CMS items, even though I am linking the Webflow ID to the ID column in Parabola. Maybe you know a solution?
Thanks for the quick reply - your example is the same as how my export settings are configured. Checking into my CMS collection items, the first published collection item has the ID in my screenshot, so I know it’s been imported and published. Could it be a data type error, as I have the ID field in Webflow as a text field rather than a number field? The IDs are alphanumeric, so it doesn’t seem so…
Just took a look at this site - is there any need to use the API access to Webflow in Parabola given the “Pull from Webflow” node acts as the API pull? I created a text field to copy the “_id” field into for other data linking reasons, i.e. concatenating that ID to a URL for linking within Webflow, but should I just be referencing the original “_id” column in Parabola?
Hello, I have the impression that your diagram corresponds perfectly to my request but I cannot manage to set it up.
In my JSON feed there are real estate ads that are updated daily the objective would be to create a new item each time the JSON feed is updated and create it in Webflow and update the existing one if changes are made was bring can you help me?
To add new CMS items to Webflow, you’ll want to Remove rows from your JSON feed that also exist in your “Pull from Webflow” step. Try matching on a shared value like the ad name. The resulting dataset should show you ads that have not been uploaded to Webflow.
To update existing CMS items in Webflow, you’ll want to Remove rows from your “Pull from Webflow” step that also exist in your JSON feed. Match across all column values to check for changes. The resulting dataset should list all CMS items that need to be updated.
You can then use a “Combine tables” step to Keep only matching rows from both inputs to merge the updated data from your JSON feed before sending it to Webflow.
Feel free to email us at help@parabola.io with a link to your flow and we can take a look if that’s easiest!
I’m still having a lot of trouble making what you told me to do work and my trial ends in 3 days and I would like to succeed in making a flow that updates and creates if a new element and add in my JSON feed I think I understood your explanation but I can’t manage to put it in place I share the links with you if you want to help me because I would really like to subscribe to your solution…
I’m having a lot of trouble updating existing webflow items. I get my information from a Json feed, for example.
If in my JSON feed Item 1 : Price = 230 000
If in webflow Itel 1 : Price = 130 000
And I have lots of fields like that that can be modified and I even have to do more complex things if someone could help me I can share my feed and it can also be useful for other people