Auto publish from notion to multiple platforms

hi!

I’m trying to set up auto publish to multiple social media platforms from my notion database. everything works so far, except the fact that if the filter “platform contains instagram” applies, the other routes get ignored, therefore the post only goes live on instagram and not on LinkedIn. in my notion database I select the platform (or multiple) in one property and if instagram and LinkedIn are selected I need the post to go live on both platforms.

if I change the order of the routes and put LinkedIn on top, it goes live on LinkedIn but again, not on instagram.

I’m sure there’s an easy fix but I couldn’t find anything on this!!
THANK YOU!

Hi,
It sounds like the “Platforms” property in Notion is of multi-select type. If that’s right, you may try using this filter in Make (curly brackets means that you will map the object from the Make modules):

map({{Platform}}; name) <array: contains> LinkedIn

And same logic for the other filter routes. Make sure to select the “map” function from the Make functions menu, don’t just type it as simple text

3 Likes

thanks!!
I tried this but I think I made a mistake - there’s an error message!


  1. remove the curly brackets
  2. in the second argument of the map function, literally type name (do not map it from the Notion module)
  3. instead of “Text operators: Contains (case insensitive)”, use “Array operators: Contains (case insensitive”
2 Likes

thank you SO MUCH!!! you just made my day, everything works smoothly now, that’s going to save a lot of time!! all the best! :slight_smile:

3 Likes