Hi!
I have a social media calendar in notion and I want to create an automation with Make so that posts are made automatically. The problem I have is that the texts to be published (mainly on LinkedIn) are made up of text and links.
I have a social media calendar in notion and I want to create an automation with Make so that posts are made automatically. The problem I have is that the texts to be published (mainly on LinkedIn) are made up of text and links.
The first thing I’m doing is using the “search objects” module to connect to the database and apply some initial filters to bring up the publication I want.
The result that is giving me problems is in properties values -> Text… since the text (the one shown in the first image) is separated if there are links included. So in this case I separate it into 3 collections
Collection 1: text string
Collection 2: link
Collection 3: text string
IMPORTANT: In this case, I separate it into 3 collections since there is only one link. But the case may happen where there are 2 or more links and therefore there will be more collections
I am trying to put the text together using the toString() function, however I have the following doubts
1: When I go to the results that the notion module brought me, I don’t see the 3 collections where the texts are stored… only “plain text” appears, which contains only the first collection
As you can see, neither the link nor the final hasgtags are included.
In general I am confused
- I don’t know how to view the texts stored in the 3 collections
- I don’t know how to put these texts + links together
- I don’t know how to do it in a more dynamic way so that it includes more collections in case there are more links
I appreciate any help!