Looks for contacts with no linked company (filtering where company relation field = null)
Searches for the company info in the companies db based on either:
Company linkedin URL (present in both tables)
Company name (present in the contact table and is the Title field of the company db)
Because of how the tables are set-up, if it doesn’t find the company on the first criteria it’s because the contact does not have the company linkedin URL
When this happens, it gives an error which is handled to create a new db item based on only the company name (and not other fields as it is with the linkedin URL)
Everything I described works.
What doesn’t work is that after the error is handled and it creates the company based on the name, when it runs again (to link the company to the contact) I can’t seem to filter by either linkedin url OR Title and thus it creates the runtime error again and duplicates the companies.
This is how the filter is created:
I’ve tried different “filters”: Formula String, just Text, …
Thank you - it looks like your filter on “Nombre” is in the wrong data type. It should be “Text - contains” instead of “Formula: String - Contains”.
I know you mentioned in the post that you already tried different data types, and I am not sure if you tried this. Let us know how it goes
Thanks for the suggestion. I had tried it and just tried it again… It keeps duplicating.
Any workaround? Is there a way to restart the scenario when it reaches some point? Maybe that will store the information… I don’t know, just random thoughts.
Would you be able and willing to share a duplicable version of the Notion databases you are using? This way, I can duplicate them in my workspace and test the Make scenario using the same modules as yours.
If that’s not possible, no problem, and hopefully you (or someone else from the community) can find a solution
Thank you, I tested it out and when I changed the filter in the “Search Objects” module that throws the error, my tests were successful with any scenario. Here is how the filter looks