I have an Automation that is triggered by the appearance (in a new form-generated record in Table-A, {T.A-Rec.1} ) as having a non-empty value in a field {T.A- Field.1’}. This {T.A- Field.1} is a link to a record in Table-B.
Record {T.A-Rec.1} ALSO has a link field {T.A-Field.2} containing a link, {Ref.C.Link}, to a record in Table C.
I wish to update a record in Table C, the record referenced by {Ref.C.Link}. The field in the referenced Table-C record that I want to update is {T.C-Field.3}, also a link field to Table-B. The value that I want to put into the {T.C-Field.3} in the referenced Table-C record is that of {T.A- Field.1’}, the link to that same record in Table-B.
In my Automation so far, I seem to get the trigger to work OK. But when I try to configure an 'Update Record' Action to update the {T.C-Field.3} field in the referenced Table-C record I get very confused about specifying what record/field to update with which record/field value. Nothing tests out OK.
I would appreciate coaching on exactly how to configure my automation. Are additional Actions needed? Maybe a ‘Find Records’ Action? (I tried that, but got confused again.)
The attached diagram may help.
Thanks for any help, Bob.