Simone
March 17, 2024, 6:07pm
1
Hi everyone. I’m creating a scenario to publish content directly from notion in the various specific social networks.
I therefore have to set a filter that selects only the contents that are from Twitter for example.
in my DB in notion the “social” property is a relationship with another DB (which contains the social networks).
However, when I go to set the filter it doesn’t work and I don’t understand why.
Thanks in advance,
Simone.
(the tweet that is taken into the automation)
Simo
March 17, 2024, 10:19pm
2
Hi Simone,
Since the “Platform” property is a relation, you would need to first use a “Search objects” module (searching through the “Platforms” database) as the second step of your scenario to retrieve the platform related to the Post (module 1). Then you can filter based on the platform name
2 Likes
Simone
March 17, 2024, 10:48pm
3
thank you! so,you do you mean use the search objects module before the router, so next the first module, right?
but do I have to put a filter in this module (of platform)? How do I make it change based on social media?
Simo
March 17, 2024, 11:04pm
4
Yes right, before the first router
You can filter for “Post” “relation–contains” {{6.pageID}}
where {{6.pageID}} is the Page ID mapped from the first module
3 Likes