Is it possible to map custom taxonomies from Notion → Wordpress using notion’s multiselect property, while also CLEARING any existing taxonomies in wordpress?
Hello all, I am trying to build something rather simple (I think, see image below) where I update my blog posts via notion and map the custom taxonomies in Wordpress using a Notion multiselect field.
I have gotten it to work, but the issue is that the custom taxonomies are populated additively instead of being a direct override. For instance, if I have a post with taxonomy A, but then in Notion I decide to remove taxonomy A and replace with B, the automation will simply add B in Wordpress, but not remove A.
Is there something that I am missing here? Thanks for your help!
I am not sure about this and would need to do more research. Another thing that comes to mind: if you pass {{emptyarray}} to “Values”, is the output empty or does it still contain the tags?