You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Hi!
Thx for your code!
I have question about auto-update.
Try run by timer this:
function myUpdate() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
ss.setActiveSheet(ss.getSheetByName("AUPD"));
var testIt = ImportJSON("***");
var cell = ss.getRange("A1");
cell.setValue( testIt );
}
But result only in one cell A1.
How to properly do an automatic update on a timer?
The text was updated successfully, but these errors were encountered: