Add a relaiton to Notion page but not removing the already added

Hey, I have a scenario in for Notion that when a new task is created and a person is assigned. I want to push a one way relation to a database where I keep track of all the task to a specific person.

I don’t want to simply add the person to the database otherwise I would have to give access to the page. This is a review database so I only want to map them.

I am able to watch for new items in the task database and collect the emails of the person assigned, then search for items in the review base that have the same email as the ones in the task, and then assign the relation. The problem is that for each new relations, the automation replaces the old one. What I need is to keep adding relations.




Any thoughts?

Do you mean the Tasks field?

You need to fetch the existing database item and merge the current value with the new value, and insert it as an array.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

3 Likes

Hey, yes. Task field is a relation. I digged deep into the forum and found a solution. You are right I neede to Parse the array of the relations and add a new string :slight_smile:

2 Likes