Introducing G2.ai, the future of software buying.Try now
Google Apps Script for G Suite
Save to My Lists
Unclaimed
Unclaimed

Top Rated Google Apps Script for G Suite Alternatives

Google Apps Script for G Suite Reviews & Product Details - Page 2

Google Apps Script for G Suite Product Details

Google Apps Script for G Suite Integrations

(1)
Integration information sourced from real user reviews.

Google Apps Script for G Suite Media

Product Avatar Image

Have you used Google Apps Script for G Suite before?

Answer a few questions to help the Google Apps Script for G Suite community

46 Google Apps Script for G Suite Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
46 Google Apps Script for G Suite Reviews
4.4 out of 5
46 Google Apps Script for G Suite Reviews
4.4 out of 5
G2 reviews are authentic and verified.
BL
General Partner
Small-Business (50 or fewer emp.)
"Basic but usable. Frustrating flaws make me want to throw it away."
What do you like best about Google Apps Script for G Suite?

Ability to automate processes with different types of documets in Google Suite. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

The Google-provided IDE is both subpar compared to other IDEs and has a few bad flaws that are so debilitating that I want to delete Apps Script from my system. Example 1: Getting the "Something went wrong" dialog. Something specific triggered this dialog. Can you at least try to be a little more helpful with information? Worse yet, the dialog blocks me from saving hours of my work. The Dismiss button DOES NOT dismiss the dialog. The dialog blocks is a top-level window that keeps from from working with the editor pane underneath. So I am prevented from trying to salvage my work. Example 2: The API documentation needs work and leaves out important details, leaving users to figure things out on their own via trial and error. For example, for a Sheet's Range, getFormulas() returns a 2D array of Strings representing formulas. An empty String shows that no formula was found in the corresponding cell. Google's documentation doesn't explain what happens when setFormulas() is used with that same 2D array. You might expect that added or edited formulas in the array would update the corresponding cells with new formulas and that blank values in the 2D array would leave existing cell contents alone. Not true and not document. The empty Array values ERASE prior contents of the cells. This is a design flaw but I could have worked around it more easily if it had been better documented. The documentation for Apps Script and its API is far inferior to the API documentation for other platforms, e.g., Java. You leave me guessing and wasting time by searching for answers from other users who have had similar problems. Review collected by and hosted on G2.com.

UC
Manager
Mid-Market (51-1000 emp.)
"Best business solution for easy development and integration."
What do you like best about Google Apps Script for G Suite?

It's based on JavaScript so is easy to learn and grasp, also no prior hardcore programming knowledge is needed. Because of Google's workspace, it's very easy to set up and work. Moreover everything with it is done on cloud. Selective access is also a great feature with it. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

Some limitations are there when manipulating CSS with it. One can't run programs with huge execution time, apparently there's limit of 30 minutes. Review collected by and hosted on G2.com.

Agustín I.
AI
Business Intelligence Project Manager
Mid-Market (51-1000 emp.)
"Increasing productivity"
What do you like best about Google Apps Script for G Suite?

Turning statics sheets into user experiences. I appreciate data modeling and creating the different views independently. It is easier to use than PowerApps according to my experience. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

I would like to have more data visualization tools. Once I experienced an issue, I updated and couldn't see anything but an error, yet the app was working correctly to the user. Review collected by and hosted on G2.com.

Ramon C.
RC
CMO
Small-Business (50 or fewer emp.)
"Google Apps Script for G Suite Review"
Chetan P.
CP
Analyst
Mid-Market (51-1000 emp.)
"Great development technology to integrate my business sheets and everything else."
What do you like best about Google Apps Script for G Suite?

The best part of Apps Script is that it's based on JavaScript so you don't really need to learn anything.

Integration with other G suite applications such as Google Sheets, Docs etc is really smooth. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

Code editor can be better, there are no options to control the looks. Dark mode can add charm to it. Review collected by and hosted on G2.com.

Maysn W.
MW
Event Staff for Lynchburg Sports
Small-Business (50 or fewer emp.)
"Google Apps Script for G Suite is the best file storage software from Google"
What do you like best about Google Apps Script for G Suite?

Google Suite is very convenient for everyday use. It uses the most convenient platform and is seamless with syncing online through multiple devices. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

There are some things that are hard to pick up in the beginning and some of their help desk options are hard to reach. Hard to get help if you are unfamiliar. It is defiantly easier for younger people but might be a more difficult task for older people. Review collected by and hosted on G2.com.

Allie (Allison) E.
AE
Marketing Operations Manager
Small-Business (50 or fewer emp.)
"Perfect For Making Your Spreadsheets More Dynamic"
What do you like best about Google Apps Script for G Suite?

The Google Apps Script is helpful for when you need to make spreadsheets that are more dynamic or automated - such as automatically sorting rows alphabetically every time you enter new data. For anyone that already knows SQL, it should be extremely easy to use. For those who aren't familiar with writing scripts, there are so many forums out there that are specific to Google Apps Script which make it really easy to get the kind of script you are looking for. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

There are just a couple things I've noticed that have made things difficult for me at times. First off, sometimes when there is an error in your script, it can be a little difficult to tell what has gone wrong - meaning the error information is very vague, but this is similar to using any scriptwriting app. Secondly, because Google is constantly making updates, sometimes when you find a script to use from an older forum it will no longer run the way it used to when the author made it. On the flip side, because they are making these updates a lot, many improvements end up being made where those scripts don't need to be as complicated as they used to be. Review collected by and hosted on G2.com.

Verified User in Marketing and Advertising
AM
Small-Business (50 or fewer emp.)
"Love!"
What do you like best about Google Apps Script for G Suite?

Super user friendly, easy to pick up if youre new Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

missing some capabilities, not as in depth if youre not familiar Review collected by and hosted on G2.com.

Verified User in Higher Education
AH
Small-Business (50 or fewer emp.)
"Powerful even if it has a few quirks to work around"
What do you like best about Google Apps Script for G Suite?

Ability to automate things in Drive, Docs, Sheets, etc.—including the ability to clone documents, make changes, do advanced calculations that aren't possible using native sheets functions. Replaces both VBS and shell/batch scripting that you might use in a Microsoft environment. Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

Sometimes things that should be part of the core Apps Script functionality aren't and take a long time to be implemented. There are items that a lot of users have requested that Google takes a while to improve/implement. Also, sometimes I'm frustrated by having to fall back on clunkier syntax to access the whole Google API. Review collected by and hosted on G2.com.

Satbir S.
SS
Data Management Expert
Mid-Market (51-1000 emp.)
"Run Scripts free of cost on Cloud (Google App Script)"
What do you like best about Google Apps Script for G Suite?

The availability of scripts on the cloud without having to turn your system on Review collected by and hosted on G2.com.

What do you dislike about Google Apps Script for G Suite?

It would have been nice to see IntelliSense and auto-formatting features on its native editor Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Perceived Cost

$$$$$
Google Apps Script for G Suite Comparisons
Product Avatar Image
Colaboratory for G Suite
Compare Now
Google Apps Scrip...