I am trying to build an automation for monday.com with Make. I need Make to take the value from one column, “Project name from Airtable,” and search for this value in the “Link_to_another_board” column. When these values match, Make should choose the value for “Link_to_another_board” based on “Project name from Airtable.” Can you please help me finish this automation?
I will explain step by step what I am doing:
- I am using the “Watch items” module in Make to identify which board in the entire workspace has recently had an item created.
- Then, I am using the “List board’s items” module to get the data from the board where an item was recently created.
- Next, I am using the “Get an item’s column value” module to get the “Project name from Airtable” column value.
- Then, I am using the “Get an item’s column value” module to get the “Link_to_another_board” column value.
- Finally, I am trying to create a mutation (getting errors here) to choose a value from the “Project name from Airtable” column and place it into the “Link_to_another_board” column.