Skip to main content

Come collegare due tabelle in NocoDB con Make.com scenarios

https://drive.google.com/file/d/18baYOZU0_kFQqRJsmu71om1eLxi3u2Tl/view?usp=drive_link

Loom video recording:

https://www.loom.com/share/c6308df8a9e341c3b6354d2cd9702b9d?sid=9f146c98-0f96-433b-8 9a1-dbdef4e74566


Here is the Final Setup


embedded-image-ttj6by2u.png

1st Module:

Search Record: it basically get all the rows in the People Table. You need to select correct:

    Latest API version:

    Workspace

    Base

    Table

    embedded-image-ta0xsh33.jpeg



    Limit:

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

    embedded-image-fgchabav.jpeg





    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

    embedded-image-dhh0jzon.png






    2nd Module:

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





     




    Fields0 Select 

    D Id

    D Company_Name

    D VAT 



    embedded-image-umombrbl.jpeg


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

    embedded-image-hlbo2sxt.png


    3rd Module:


    This module uses and HTTP request to link the company related records via the

    Nocodedb API Documentation

    embedded-image-zxzvzkrb.png

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

    HTTP ! :X ? x


    >embedded-image-en4fnowt.jpeg




    >










    >

    1e company record to People

    Make a request

    >











    + Add a header This is your Nocodedb API Key






    embedded-image-bn8pp3ki.png

      Query String

      -- + Add parameter

      C> Run once • Advanced settings

      Map




      embedded-image-pvcq70tc.png

      Map the ‘ID’ from 2nd module


      embedded-image-elos34wq.png