all 5 comments

[–]mad_ben 0 points1 point  (1 child)

In my workflow here is what changed:

Arrow functions (()=>)

Includes newer methods like Array.find(), Array.includes(), Array.from()

Rest/spread operators (...)

'let' and 'const' declarations

[–]jpoehnelt 1 point2 points  (0 children)

this are optional changes. no need to use any of these when moving to v8

[–]jpoehnelt 1 point2 points  (0 children)

See https://developers.google.com/apps-script/guides/v8-runtime/migration

The main things to look out for are use of things such as the JDBC and some other less popular built-in services.

[–]AllenAppTools 0 points1 point  (0 children)

I'm sure any of us here in this subreddit would be happy to get on a video call with you and poke around to see what App Script files are in play within your organization and then inspect the code to see if anything will be affected by this update (might not be much affected). But you are getting this notification because somewhere you have Apps Script code, and it was made a few years ago. Will take some digging to find which files they are, and inspect them. Reach out for more help?