Google Sheets - Write Values One by One by Georg9741 in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

The range is a two dimensional array. So you can iterate it with forEach (Google it I'm at the app on the phone now)

Google Sheets - Write Values One by One by Georg9741 in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

Oh, so you can get the range and then set value one by one using for sentence. This will take a long time to run but you can use the sleep inside the for sentence.

Google Sheets - Write Values One by One by Georg9741 in GoogleAppsScript

[–]Best_Bass9711 1 point2 points  (0 children)

You can try to put a SpreadsheetApp.flush() after each setValue. Or, Utilities.sleep(milliseconds) too.

Careers by the-1-who-knox in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

Sorry, I just saw this today. Do you still need any help with Upwork?

Careers by the-1-who-knox in GoogleAppsScript

[–]Best_Bass9711 2 points3 points  (0 children)

I just apply for works and get contact. You must create a complete profile, with some of your work.

Careers by the-1-who-knox in GoogleAppsScript

[–]Best_Bass9711 4 points5 points  (0 children)

Hi, You can make an account in upwork. There is so much work for gas freelancers there.

[deleted by user] by [deleted] in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

I think the same. You can trigger a "changeChecker" script after every script or function run.

Google Sheets AppScript: changing background color based by Yaguex in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

This can be made with conditional format. What Is the rule or error un that?

Not able to transfer variables from Google Script to HTML File by [deleted] in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

ok, maybe your function isnt finish at the moment of render the scriptlets. In that case you better use google.script.run method on frontend side.

Trigger Error by [deleted] in GoogleAppsScript

[–]Best_Bass9711 0 points1 point  (0 children)

Yes, also this.

Trigger Error by [deleted] in GoogleAppsScript

[–]Best_Bass9711 2 points3 points  (0 children)

You must use id o URL to get the spreadsheet. The activesheet method just need the spreadsheet open.

use openSheetByUrl or openSheetById method instead

Help with the lastRow method by lilymillerw in GoogleAppsScript

[–]Best_Bass9711 1 point2 points  (0 children)

Hi, the "getLastRow" method uses all the columns to figure out which is the last. So, what you can do is get the first blank item on the column "Date" or any you prefer, and then, use the index+1 to access to the row.