I’m creating an automation in Make.com where it watches for new database items. This triggers the addition of several tasks to the “Tasks” database. Here’s the issue I’m facing:
- Fields in Tasks Database:
- Clients: This is a multi-select field in Notion, but each project is tied to a single client. I want to dynamically map the client from the triggering project to the task. The client field is a relational property of the project.
- Projects: I need to map this field to the specific project that triggered the scenario so that tasks are associated as subtasks.
- Currently, I’m struggling to:
- Dynamically map the triggering project to the “Projects” field in the tasks.
- Dynamically map the client
Could someone provide a clear explanation or solution on how to configure the modules to handle these mappings effectively? Specifically, I’m looking for the simplest way to dynamically assign Clients and Projects fields to the new task items!
Thanks in advance for your guidance!