I have a table called “Junctions” and what I want is that whenever there is a change happen in my table (say adding/updating/deleting a value) then I want to call my custom script which I have written in “Apps” to perform some operation related to those changes.
Is there any trigger which I can call to run my apps script whenever there is a change in a particular table?