Good afternoon;
I am working a task based app with sheets on the backend. There are two tables that are in question here: Current - contains all pending task. And Completed - which contains completed tasks. Currently there is a status field the is a enum list. The goal is when the status == ‘Complete’ it gets removed from the Current table and moves to the Complete table. I have written an app script that achieves this task, but am having issues getting app sheet to call it when the event occurs. Any help is appreciated and happy to provided any information that may be needed. Also I am not concrete on it being called from a script. If there is an easier way, please share.
Thank you