This n8n workflow facilitates the automated linking of records between two tables in NocoDB, supporting many-to-many relationships. Starting with a manual trigger, it sets necessary variables including NocoDB URL, target table ID, target record ID, and source record ID. The workflow then retrieves metadata about the target table and fetches the specific source and target records using NocoDB API calls. Subsequently, it constructs a POST request to create a link between the source and target records within the specified link field. This process is highly useful for dynamically managing complex relationships between records in NocoDB, such as associating multiple scenes with production projects or linking related entities in a database, all through an automated workflow.
Automated Linking of NocoDB Records via API
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | httpRequest, manualTrigger, nocoDb, set, stickyNote |
Reviews
There are no reviews yet.