V2 Come collegare due tabelle in NocoDB con Make.com scenarios

1st Module:
SearchRepeater: Record:To itrun basically getthrough all the rowspages of the dataset. Inside each dataset is a data list capped at 25 records. This repeater advances by page. For example, if a dataset contains 100 records, it has 4 pages of 25 records each. Therefore, repeat the automation 4 times.
2nd Module:
Establishing connection with the NocoDB dataset, and calling the page the automation is currently on. Copy and paste the Table ID of the table on NocoDB where you want to begin the relation.
3rd Module:
The iterator module simply retrieves the datalist page and continues the automation by running each record across the page.
Establishing connection with the NocoDB dataset, and calling the page the automation is currently on. Copy and paste the Table ID of the table on NocoDB where you want to begin the relation
Filter between 3rd and 4th Modules:
The final step before running through the record is to test two conditions:
1: Does the field in which to relate the two tables even exist in the Peopleoriginal?
2: YouIs needthe Relation Field empty?
4th Module:
Search for the related record. This module access the other table with which you want to selectrelate correct:your original table with, and matches the record. Fill in the correct fields for which table you want to search, then in the "Where" field, copy the table ID for what you want to find a match with, and use "like" and then the column of the same type in your original table.
Latest API version:
Workspace
Base
Table

Limit:
The limit is where you select the maximum number of record/people you want to get from the table

Filter:
The filter step is to check if the “company” is not missing in the people table and the “company related” hasn't been updated to avoid wasting operations

2nd Module:
Search Record: The second Module is where search for the related company to get the
company's ID


I addedAdd an ignore module to prevent error if the company is not found

3rd5th Module:
This module uses and HTTP request to link the company related records via the
Nocodedb API Documentation

Make sure to replace “tableid”, “link fieldid”, “recordid”

Map the ‘ID’ from 2nd4th module







