Hey all!
I’m struggling with the Locales and could use some help. I’m not sure if it’s a technical thing or simply a data structure issue.
I have 2 locales (spanish, english), spanish is the main locale. My CMS collection is called “Products”. I’m using Make with “Make an API call” modules and used this tutorial from Audrey as starting point: Update Webflow Locale-Specific Collections with Zapier | Webflow Tutorials
My goal:
I want update an existing english CMS item. I can do this using the “Make an API call” modules in Make by targeting the Webflow Item ID and the cmsLocaleId. This works fine. But I also want to check if the english CMS item already exists, and if not, create it and after it’s created it should be connected to spanish CMS item.
The problem:
By using the Create a Live item endpoint it creates the CMS item with a new Webflow Item ID.
Is it even possible to create only the cmsLocaleId and maintaning the Webflow Item ID from the main locale?