Edit a row in a Table from any Updates done to a row in another table

Greetings!
Background: There are two tables, Table 1 & Table 2. There is an action to add a row to table 2 when a new row is added to table 1 based on values of this table.

Now, the requirement is as follows:

  1. If any edit is done to the row in table 1, make the changes to table 2
  2. If entry is deleted in table 1, delete the value in table 2
0 1 61
1 REPLY 1

If there is a reference column in either of the two tables that points toward the row record in the other table then this can be handled via actions rather easily. Even if there is no reference column this might be able to be accomplished, however it is not as simple unless you can guarantee that a filter would specifically target the row in the other table.

Top Labels in this Space