Webflow CMS duplicates

Hello, I am pretty new to Make and i can’t for the life of me figure this one out.
So I have 2 CMS websites, one belongs to the organisation (Lets say Site A) and the other site belongs to a subpart of that organisation(Site B).
Now I want to display teammembers from site B to site A and automatically add new members or update information.

I set up the scenario up to get the list items from site B, and create a new item on site A. This ofcourse gives me duplicates when i repeat the scenario. But I don’t understand how I can use the filters to say for example: If this “name” already exists on site B don’t create a new item.

Hope it somewhat made sense and that you guys can help me out! Thanks in advance

Welcome to the Make community!

Before you can use a filter, you’ll also need another module to search site A whether there are results/that item can be found.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for your response! What module would you recommend for this?

Looks like there is no Webflow search items module, so you’ll have to use the List items module and aggregate the results into an array, and filter on that array contains/does not contain.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Handle errors so scenarios don’t stop.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

2. Error handlers will appear

You can also add alternative modules to the error route to be performed if a slug exists causing an error.

For more information on error handling, see:

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.