TLDR: A table with parent-child relationship among the records. I want child records to inherit certain data from its parent. I am trying to do this with Automations, without success.
We have an AI process that identifies individual Documents contained within a PDF file, and then extracts certain information from each Document. An example would be a 100 page legal contract with several Exhibits, Addendums, etc.
That data is imported into Airtable.
Some rows represent a File and some rows represent individual Documents that are part of that File.
I would like to set up an automation that will allow the Documents to inherit certain information from the File record.
Each Record has a FileID that is globally unique for each File, and a DocID that is globally unique for each Document. I can also identify the first Document in the file based on Page#, and the number of Documents in each File based on a Count from a linked table.
When a DocID has the same FileID as another DocID, I want the all records with matching DocIDs to be populated with a few different fields from the first Document in the File.
Is this possible? I can’t seem to see how to do it in Automations.