From 7e49db770538dab061721eb0695c4a3255d657ef Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:30:02 +0000 Subject: [PATCH] Create README.md --- monitaor-sheet-for-values/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 monitaor-sheet-for-values/README.md diff --git a/monitaor-sheet-for-values/README.md b/monitaor-sheet-for-values/README.md new file mode 100644 index 0000000..b1f9008 --- /dev/null +++ b/monitaor-sheet-for-values/README.md @@ -0,0 +1,9 @@ +### Goal +This script can be added to any sheet and then used in conjunction with the Timed executions + immediate email notification to have an alert in case the content of a sheet shows a given error message. + +### Features: +* monitors a sheet for any string value +* throws an error when a given string is found/not-found + +### How +Use the gsheets formulas to detect errors/bugs and write something like `NOT_FOUND` when an error occurs (see [IFERROR](https://support.google.com/docs/answer/3093304?hl=en) method), then set up recurrent triggers and automated alerts for the sheet being monitored and you will get an email if something breaks in the sheet.