Multi-tags in Notion Multi-select Field

Hi everyone!

I’m retrieving tags from a google sheet that I would like to insert in one multi-select field in my Notion Database. My current approach, as shown in the screenshot, gives me a concatenation of all three tags into 1 tag in my Notion database. Are there no functions to separate each of my inputs so that Notion recognises each one as a single tag?

Thanks in advance!

Hi Cesar,
Yes, there is a way! You can use the “split” function. Make sure to select it from the popup functions menu in Make and map the correct fields. Here is what it would look like (don’t just copy-paste this text in Make because it won’t work):

split(tag livraison 1, tag livraison 2, tag livraison 3; ,)