Set column Value or other value inputs

Changes from Glide do not trigger the onEdit event. Only changes directly in the sheet will do that. Only the onChange event will trigger when changes come from Glide. But, there is one caveat. Any change to any cell in any sheet will trigger the onChange event, so you need to make sure that your script is only acting on the sheet tab that you want. Otherwise it could be triggered by a change in another sheet tab and might clear the wrong content.

1 Like