I am working on two tables of independent data: Tables A and B. The common denominator for each table is that they have a date value that I and other team members need to track.
I've been able to create an automation where every time a new value on Table A or B is created, a new record on Table C is also created -basically copied- with values from A or B that are relevant for all those accessing Table C.
Where I'm getting stuck is when I update anything on Tables A and B, I'd also like to automatically update the data on Table C, specifically dates but every now and then other values. This would be a simple fix with link to record if I wasn't pulling data from two separate sources, and I can't seem to find how to set up the right automation I need. This is where I am:
- Trigger: When any relevant value on Table A is updated,
- Action: Update Record on Table C <-- What record ID should I use? Ideally what I want to tell Airtable is that based on the common serial # from Table A and Table C, I want to update the relevant fields that were updated on Table A.
From there, the field mapping is all figured out. And then I'd need to duplicate the automation for Table B, and adjust the mapping.
Does anyone have any idea how to do this?
Thanks in advance!