I’m using a trigger where a record created in a table (a “campaign”) updates a field for 5 records (“pages”) in another table. This works.
Now I want to link those 5 records to the new campaign record. I’m not sure of the syntax to use when separatin...