I have a trigger that runs a function whenever a cell value is changed in my worksheet (onChanged trigger). However I only want that trigger to run when the change is made by user in the UI, no when some other scrips in my add-in change the value of some cells. Is it doable?