Is there any way to add one post to multiple collections at once?


Hello everyone!
I have several CMS collections (screenshot 1 - Evobox, Evobox Plus, Evobox Premium, etc.), each containing several posts.
I also have four categories displayed in tabs (screenshot 2).
Each post is available in one or more categories.

However, I also need some of the posts to be available in multiple collections (for example, in the Evobox and Evobox Premium collections), without having to manually copy the same post into each collection.
Is there a way to do this?
Thanks!

Hi Nuta,

There is nothing automatic, you’d need to build some automation through the API to achieve that.

Bot why are those collections separate? It might be easier to have three collections-

  • EVOBOX
  • Plan ( Standard, Plus, Premium … )
  • Category ( for tabs )

With EVOBOX having a single-ref to both the Plan and the Category.

That keeps your data much cleaner which makes it much much easier to maintain. The tradeoff is that they all use the same template, so you have to rely on conditional visibility to handle any page design variations across the Plans.