I’m trying to create a workflow for my capstone project where the user can:
Import external data (copy-paste or sync with the Google Sheets pack, etc). Included in that data will be a reference to the display column of another table in the same doc.
After importing, Coda should automatically create the relation between the newly imported rows and the existing rows in the other table.
An example to clarify:
I import a list of tasks from a spreadsheet. One of the columns contains the name of the department responsible for completing the task.
After the tasks have been imported, Coda goes through each new row, determines if the name of the department in each row exists in the “Department” table that already exists in the same doc, and if it does, creates the relation between the two.
Any help is greatly appreciated!