Calling all in-house developers to check out these must-attend sessions! 📢 ✅ Extend #WorkspaceFlows with Custom Steps ✅ #AppsScript in Google Workspace ✅ #GoogleChat migration deep-dive Sign up for the #GoogleWorkspaceDeveloperSummit: goo.gle/gws-dev-summit…

workspacedevs's tweet image. Calling all in-house developers to check out these must-attend sessions! 📢 
✅  Extend #WorkspaceFlows with Custom Steps
✅ #AppsScript in Google Workspace
✅ #GoogleChat migration deep-dive

Sign up for the #GoogleWorkspaceDeveloperSummit: goo.gle/gws-dev-summit…

Yay! Version history in #AppsScript

benlcollins's tweet image. Yay! Version history in #AppsScript

He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los participantes en una clase de #Classroom. El para qué, aquí: linkedin.com/posts/pfelipm_… ¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy

pfelipm's tweet image. He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los  participantes en una clase de #Classroom.

El para qué, aquí: linkedin.com/posts/pfelipm_…

¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy
pfelipm's tweet image. He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los  participantes en una clase de #Classroom.

El para qué, aquí: linkedin.com/posts/pfelipm_…

¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy
pfelipm's tweet image. He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los  participantes en una clase de #Classroom.

El para qué, aquí: linkedin.com/posts/pfelipm_…

¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy

Learn how to access secrets stored inside Google Secret Manager with #AppsScript

labnol's tweet image. Learn how to access secrets stored inside Google Secret Manager with #AppsScript

🚀 Want a button in Google Sheets that performs tasks like sending emails, clearing data, or updating values? Just insert a drawing and assign a script! #GoogleSheets #AppsScript #Productivity #Automation 📌 How to use? Insert → Drawing (Create a button) Click on the button…

shauvikkumar's tweet image. 🚀 Want a button in Google Sheets that performs tasks like sending emails, clearing data, or updating values? Just insert a drawing and assign a script!

#GoogleSheets #AppsScript #Productivity #Automation

📌 How to use?

Insert → Drawing (Create a button)
Click on the button…

お!届いたでー✨ ちょっといじれるようにしておこうかなと。遊んでみます。 #AppsScript

highfive_cri's tweet image. お!届いたでー✨
ちょっといじれるようにしておこうかなと。遊んでみます。
#AppsScript

📝 This script sends your daily to-do list from Google Sheets to your email every morning! #GoogleSheets #AppsScript #Productivity #Automation 📌 Set it to run every morning, and you’ll get a daily task list in your inbox!

shauvikkumar's tweet image. 📝 This script sends your daily to-do list from Google Sheets to your email every morning!

#GoogleSheets #AppsScript #Productivity #Automation

📌 Set it to run every morning, and you’ll get a daily task list in your inbox!

📈 Keep track of your daily habits with ease! This script creates a simple habit tracker that logs your progress. #GoogleSheets #AppsScript #HabitTracker #LifeHacks 📌 Use this as a daily reminder and habit tracker for personal growth!

shauvikkumar's tweet image. 📈 Keep track of your daily habits with ease! This script creates a simple habit tracker that logs your progress.

#GoogleSheets #AppsScript #HabitTracker #LifeHacks

📌 Use this as a daily reminder and habit tracker for personal growth!

Excited to kick off my first live session of the 4-week Google Apps Script Masterclass! Today’s all about the foundations—building a strong base for Google Apps Script with hands-on demos. Save your spot for the next training: forms.gle/1r6ZFx86E9MzjJ… #AppsScript #GoogleWorkspace

aryanirani123's tweet image. Excited to kick off my first live session of the 4-week Google Apps Script Masterclass!
Today’s all about the foundations—building a strong base for Google Apps Script with hands-on demos.
Save your spot for the next training: forms.gle/1r6ZFx86E9MzjJ…

#AppsScript #GoogleWorkspace

Un compañero me preguntaba esta semana cómo eliminar una opción en una pregunta de opción múltiple de #GoogleForms después de n respuestas que la hayan escogido, sin complementos. Aquí el formulario + #AppsScript que le envié: ➤ drive.google.com/drive/folders/…


1/2 | Esta tarde he pasado un rato jugando con Project IDX, el editor avanzado de código en la nube de Google. Habituado al IDE #AppsScript, me ha volado la cabeza 🤯, una auténtica barbaridad, que por supuesto, incorpora múltiples asistencias vía Gemini perfectamente integradas.


Explore the power of @GoogleWorkspace Apps Script for custom automation in Google Workspace. Tailor solutions to your unique needs! #GoogleWorkspace #AppsScript


Project History has just appeared in the #AppsScript IDE! This is going to be so useful!!

peterghorner's tweet image. Project History has just appeared in the #AppsScript IDE! This is going to be so useful!!

One thing I did not know, lol 😩Never throw errors as text 🙂throw new Error(...) instead #AppsScript #JavaScriptmas

max__makhrov's tweet image. One thing I did not know, lol

😩Never throw errors as text
🙂throw new Error(...) instead

#AppsScript #JavaScriptmas

💡 #AppsScript tip Apps Script isn't just useful to solve big automation problems. Today I needed to create lots of conditional formatting rules, I could have fiddled with the rule editor, but instead I opted for writing a tiny script to do it for me! ➤gist.github.com/pfelipm/2f2ef2…


Lifehack if you work with online #AppsScript editor. Click on the panel outside the code and [Ctrl]+[F] to search for script documents.

max__makhrov's tweet image. Lifehack if you work with online #AppsScript editor.

Click on the panel outside the code and [Ctrl]+[F] to search for script documents.

Want to create an #AppsScript native webhook and start collecting data on your Google Sheet? Here's Webhooks for Sheets by @choraria that will allow you to instantly create one & start accepting GET and POST requests without writing any code — workspace.google.com/marketplace/ap…


Huomasin algossa ongelmia: kaikki laskennat eivät päivittyneet näköjään oikein automaattisesti. Korjaukset teht ja nyt sen pitäisi päivittyä dynaamisesti. 🤓 #GoogleSheets #AppsScript #sijoittaminen

Unelmasalkku's tweet image. Huomasin algossa ongelmia: kaikki laskennat eivät päivittyneet näköjään oikein automaattisesti. Korjaukset teht ja nyt sen pitäisi päivittyä dynaamisesti. 🤓 #GoogleSheets #AppsScript #sijoittaminen

Google Apps Scriptのプロジェクト、追加したい機能だけ別のシートで完成させて、後から一つのシートにまとめたいけどどうすればいい?今日のnoteでは、GASプロジェクトをスマートに統合する手順と注意点を初心者さん向けにまとめてみました!リプ欄から無料で全文読めます! #AppsScript  #GAS


#Gemini では #Googleカレンダー に予定を登録できますが、複数の予定を一括で登録する場合は、スプレッドシートに予定を入力し、拡張機能の #AppsScript を使って #GAS で自動化する方法が効率的です。 この仕組みを活用すれば、 日常生活やビジネスの予定管理もスムーズに行えます。…


Calling all in-house developers to check out these must-attend sessions! 📢 ✅ Extend #WorkspaceFlows with Custom Steps ✅ #AppsScript in Google Workspace ✅ #GoogleChat migration deep-dive Sign up for the #GoogleWorkspaceDeveloperSummit: goo.gle/gws-dev-summit…

workspacedevs's tweet image. Calling all in-house developers to check out these must-attend sessions! 📢 
✅  Extend #WorkspaceFlows with Custom Steps
✅ #AppsScript in Google Workspace
✅ #GoogleChat migration deep-dive

Sign up for the #GoogleWorkspaceDeveloperSummit: goo.gle/gws-dev-summit…

Event Flyer / Screenshots → Calendar. Built a @gmail + Apps Script Assistant → Gemini Pro extracts title/date/venue to strict JSON, normalizes, routes by sender (me), dedupes ±4h, learns invitees . Pop-ups plan themselves. #AI #AppsScript #CityLife #productivity


He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los participantes en una clase de #Classroom. El para qué, aquí: linkedin.com/posts/pfelipm_… ¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy

pfelipm's tweet image. He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los  participantes en una clase de #Classroom.

El para qué, aquí: linkedin.com/posts/pfelipm_…

¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy
pfelipm's tweet image. He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los  participantes en una clase de #Classroom.

El para qué, aquí: linkedin.com/posts/pfelipm_…

¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy
pfelipm's tweet image. He creado 𝗖𝗹𝗮𝘀𝘀𝗿𝗼𝗼𝗺 𝗚𝗿𝗼𝘂𝗽𝘀 𝗣𝗿𝗼𝘅𝘆, un tinglado #GoogleSheets #AppsScript para generar grupos a partir de los  participantes en una clase de #Classroom.

El para qué, aquí: linkedin.com/posts/pfelipm_…

¿Qué hacemos? ¿Lo publico? 😏 #ClassroomGroupsProxy

会員サイト公開&週次メルマガをGASで自動化。Membersから名前差し込み個別送信→テスト通過。JSTで一回トリガー本番設定、週次化も完了。 #GAS #AppsScript #自動化 #開発日記 #MYGPTSchool #AI


or individuals looking to streamline financial tracking. Check out the code and live sheets on my GitHub: mikelooh2.github.io/Apps-Script-en… 💻 Want to automate your data workflows? Let’s connect! #GoogleSheets #AppsScript #DataAutomation #TechPortfolio


🚀 ¿Querés impulsar tus proyectos con #GoogleWorkspace? Iniciá con nuestra plantilla de #AppsScript y aumentá tu productividad. Ideal para #desarrolladores y #profesionales que buscan eficiencia. 💻✨ dev.to/googleworkspac…


Googleスプレッドシートで【勤務管理表】を作成しました。 妻に頼まれて、チャットGPT活用で完成させました。 開始・休憩・終了までをログに自動追記。 Progateの学びが実践になりました。 #プログラミング学習 #スプレッドシート #AppsScript


Episode 22 of the #GoogleWorkspaceDeveloperNews was published today 📣 It covers updates to the Chat API, Reports API, and the rollout of granular OAuth consent for Editor Add-ons powered by #AppsScript. youtu.be/p2s8rUXAm_M

workspacedevs's tweet card. Quote other messages via Chat API, rollout of granular OAuth consent...

youtube.com

YouTube

Quote other messages via Chat API, rollout of granular OAuth consent...


昨日のチャレンジは、Googleフォームでスプレッドシートに収集した情報をメールに自動転送する設定だったけど、作ってるうち欲が出てタグを書き換えてたら、整合性が取れなくなって失敗。計画は大事ですよ~。反省。 #AppsScript #GoogleWorkspece


Calling all in-house developers to check out these must-attend sessions! 📢 ✅ Extend #WorkspaceFlows with Custom Steps ✅ #AppsScript in Google Workspace ✅ Building Enterprise Solutions with #AppSheet Sign up for the #GoogleWorkspaceDeveloperSummit: goo.gle/gws-dev-summit…

workspacedevs's tweet image. Calling all in-house developers to check out these must-attend sessions! 📢 
✅  Extend #WorkspaceFlows with Custom Steps
✅ #AppsScript in Google Workspace
✅ Building Enterprise Solutions with #AppSheet

Sign up for the #GoogleWorkspaceDeveloperSummit: goo.gle/gws-dev-summit…

Google Apps Script's new granular OAuth can be a UX nightmare. I did a deep dive and found some URL tricks to build a better consent flow. Part 1 of my guide on how to actually tame it is live! 🚀 👀 pablofelip.online/granular-const… #AppsScript #GoogleWorkspace #OAuth


👩‍🍳 Cooking something #AppsScript #OAuth #GranularScopes... now at 90%. Due tomorrow (hopefully)...

pfelipm's tweet image. 👩‍🍳 Cooking something #AppsScript #OAuth #GranularScopes... now at 90%. Due tomorrow (hopefully)...

Tu Sensei de AI de Apps Script: Aprende a Refactorizar Código con un Gem 🥋🤖 youtu.be/erripgeHkkU?si… a través de @YouTube @GoogleDevsLATAM #AppsScript #GoogleAppsScript #Gems #Gemini


お!届いたでー✨ ちょっといじれるようにしておこうかなと。遊んでみます。 #AppsScript

highfive_cri's tweet image. お!届いたでー✨
ちょっといじれるようにしておこうかなと。遊んでみます。
#AppsScript

Yay! Version history in #AppsScript

benlcollins's tweet image. Yay! Version history in #AppsScript

Learn how to access secrets stored inside Google Secret Manager with #AppsScript

labnol's tweet image. Learn how to access secrets stored inside Google Secret Manager with #AppsScript

Not sure if this is the most enticing way to start a technical post about #AppsScript and #GoogleChat 😅, but anyway, let's move on 📷✍️

SarmadGardezi's tweet image. Not sure if this is the most enticing way to start a technical post about #AppsScript and #GoogleChat 😅, but anyway, let's move on 📷✍️

Cómo copiar macros y código #Appsscript en otras hojas de cálculo. developers.google.com/apps-script/ad… vía @googledevs

aarranzcad's tweet image. Cómo copiar macros y código #Appsscript en otras hojas de cálculo.
developers.google.com/apps-script/ad… vía @googledevs

We have just released our latest integration for Builtlist being #appsscript. This integration uses several @GoogleWorkspace APIs and the Apps Script API to catalogue all unbounded projects into a single source of truth, with bounded projects coming soon. It lists data sources…

damien_r_h's tweet image. We have just released our latest integration for Builtlist being  #appsscript. This integration uses several @GoogleWorkspace APIs and the Apps Script API to catalogue all unbounded projects into a single source of truth, with bounded projects coming soon. It lists data sources…

🚩 Happy to reach 7k followers in my youtube channel #appsscript #googleappsscript #googleworkspace

mozart_34's tweet image. 🚩 Happy to reach 7k followers in my youtube channel 
#appsscript #googleappsscript #googleworkspace

Nové rozhraní pro vývojáře #AppsScript umožňuje zobrazovat dříve nasazené verze skriptů a porovnávat je s aktuální verzí skriptu. Pro lepší orientaci ve změnách stačí zapnout funkci Zvýraznit změny. Stránka historie projektu zobrazuje až 200 dříve nasazených verzí.

appsatori's tweet image. Nové rozhraní pro vývojáře #AppsScript umožňuje zobrazovat dříve nasazené verze skriptů a porovnávat je s aktuální verzí skriptu. 
Pro lepší orientaci ve změnách stačí zapnout funkci Zvýraznit změny.
Stránka historie projektu zobrazuje až 200 dříve nasazených verzí.
appsatori's tweet image. Nové rozhraní pro vývojáře #AppsScript umožňuje zobrazovat dříve nasazené verze skriptů a porovnávat je s aktuální verzí skriptu. 
Pro lepší orientaci ve změnách stačí zapnout funkci Zvýraznit změny.
Stránka historie projektu zobrazuje až 200 dříve nasazených verzí.

💰 Need live currency conversion in Google Sheets? This script fetches real-time exchange rates from an API and converts any amount automatically! #GoogleSheets #AppsScript #CurrencyConverter #LiveRates 📌 How to use? In A2, enter amount (e.g., 100) In B2, enter currency…

shauvikkumar's tweet image. 💰 Need live currency conversion in Google Sheets? This script fetches real-time exchange rates from an API and converts any amount automatically!

#GoogleSheets #AppsScript #CurrencyConverter #LiveRates

📌 How to use?

In A2, enter amount (e.g., 100)
In B2, enter currency…

📚 Want to reflect on your week? This script automatically generates a weekly review summarizing your work, habits, and accomplishments from your Google Sheets. #GoogleSheets #AppsScript #WeeklyReview #Reflection 📌 Automatically email your weekly recap of achievements and…

shauvikkumar's tweet image. 📚 Want to reflect on your week? This script automatically generates a weekly review summarizing your work, habits, and accomplishments from your Google Sheets.

#GoogleSheets #AppsScript #WeeklyReview #Reflection

📌 Automatically email your weekly recap of achievements and…

Tremenda noticia! #ProjectID movió a "Under Review" el pedido de la comunidad para agregar soporte a #AppsScript Gracias a @rodydavis y al equipo de DevRel 🥳 idx.uservoice.com/forums/953956-…

villanuevand's tweet image. Tremenda noticia! #ProjectID movió a "Under Review" el pedido de la comunidad para agregar soporte a #AppsScript 

Gracias a @rodydavis y al equipo de DevRel 🥳

idx.uservoice.com/forums/953956-…

La API de #GoogleMeet ya está disponible para los que forman parte del Developer Preview Program! Podrás: 🔵 Crear reuniones con script 🔴 Obtener información de eventos anteriores 🟢 Obtener elementos de una reunión 🟡 Recibir actualizaciones de eventos en la reunión #AppsScript

mozart_34's tweet image. La API de #GoogleMeet ya está disponible para los que forman parte del Developer Preview Program! Podrás:
🔵 Crear reuniones con script
🔴 Obtener información de eventos anteriores
🟢 Obtener elementos de una reunión
🟡 Recibir actualizaciones de eventos en la reunión
#AppsScript

Loading...

Something went wrong.


Something went wrong.


United States Trends