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?



