quickbase_create_junction_table
Establish many-to-many relationships in QuickBase by generating a junction table with specified table IDs, field labels, and optional additional fields.
Instructions
Create a junction table for many-to-many relationships
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalFields | No | Additional fields for the junction table | |
junctionTableName | Yes | Name for the junction table | |
table1FieldLabel | Yes | Label for reference to first table | |
table1Id | Yes | First table ID | |
table2FieldLabel | Yes | Label for reference to second table | |
table2Id | Yes | Second table ID |