Change monday.com column ''Link_to_another_board'' value

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:

  1. I am using the “Watch items” module in Make to identify which board in the entire workspace has recently had an item created.
  2. Then, I am using the “List board’s items” module to get the data from the board where an item was recently created.
  3. Next, I am using the “Get an item’s column value” module to get the “Project name from Airtable” column value.
  4. Then, I am using the “Get an item’s column value” module to get the “Link_to_another_board” column value.
  5. 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.




Hey @Carlo_GrowTech

It seems your goal to update a column in same board or another board (not sure). but for this, you don’t need to use list module or column values module. You can use only get an item module, and will give you every information you want.

Please clarify the column you are trying to update is in same board or another board??? Also is that text column or connect_boards column or mirror column??? So we can assist you further.

Regards,
Msquare Automation - Gold Partner of Make

Free Consultation | Live Implementation

Visit us here | Youtube Channel

Hey,
I am trying to update a column in the same board where the column type is “connect_boards.”