i'm trying to delete lines from a list and it shows me an error:
"49227" is not a list.
It is a single piece of text.
What makes you think that it should be a list?
I have reached my debugging limit for this thread, bumping up against two language barriers (Spanish and Google Script).
I suspect you might have two or more problems:
- assuming data is in columns instead of rows
- confusing singular with plural
- assuming data comes back immediately from the web.
I suggest using the Do It debugging facility to observe the contents of those global variables as you trace your way through your data flow.
Thanks, very much brother..