Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a button object on my sheet which sets 3 variable values then runs a reload of a very small script which is basically an IF statement based on the variable values. Every time I use it it performs as it should but I get this error message at the end. I've tried with full and partial reloads and get the same outcome.
Is there a way I can suppress this message or is there something I can do to stop the error?
Thank you
Hi @Marco85
What you describe just above here is expected behaviour. Replace means lose what you had before and REPLACE it with the new data loaded with whatever parameters you have set.
What it shouldn't do is then give an error after reloading / replacing!
But I can't work out yet why that is happening either?