I’m making this post because I need help with a make scenario.
Here’s what my scenario does: I start with a tally form: the person signs to show that they are present at the meeting (with a hidden field for the email in the url): then, this person who is in the “People” database is found using the email field. The second Notion Search objects module searches if there is a meeting that day in the “Attendance” database, and it adds the person in the “people” relationship type field. The problem is that I want to keep the people already present in the “people” field.
I found on other topics the formula "add(map(array;id);new_id) but I get an error, I tried with json modules and many functions in the “array” part but I can’t find a solution.
Hi Julie - I have tested the same setup shown in your screenshots, and I haven’t managed to replicate the error you get yet. I have recorded my screen to show more details in case it’s helpful
Hello, thank you very much for taking the time to read my message and for looking for a solution to my problem (it’s actually thanks to you that I found the solution to add(map(array;id);new_id) earlier, so thank you very much!)
My problem is solved, but I have no explanation for the error I was experiencing previously. I tried to do the same as you did in the video and I still got the error. Then, I simply removed modules and filters, and then reinstalled the exact same modules by creating new modules and filters, and it works, even though all the parameters are identical to what I had previously tested.