I need to create an automation that works between three tables.
Whenever a record from table B is linked to a record in table A, I need to create a record in table C that references those two records. If I link multiple records in at the same time, I need to create a new record for each that are linked.
So basically, I need to create a record in table C that is [Table B Value]-[Table A Value.]
My problem right now is that if I use the "when record updated" condition, it just won't work.
If I link multiple records at once I can't pull out the Table B values individually. It ends up just creating one record of all the values.
And if I there are multiple values in the table, it pulls them all.
If I link[Table B Value]-[Table A Value 1] and [Table A Value 2] simultaneously,
I need the automation to create simultaneously in Table C:
[Table B Value]-[Table A Value 1]
[Table B Value]-[Table A Value 2]
Thanks for reading and any help would be appreciated.