Tech, a la carte
9 followers 0 articles/week
How to Convert Google Slides to PNG Images with Google Script

Document Studio can convert Google Slides into high-resolution PNG images. This can be useful if you want to create multiple variations of the same slide in bulk - create a single template in Google Slides and then use Document Studio to generate PNG images with different text or images, pulled from a Google Sheet or Google Forms.Internally, the app...

Tue Jul 16, 2024 16:49
Find Legitimate Emails in your Gmail Spam Folder with AI and Google Script

False positives in Gmail are uncommon but can happen, meaning an important email might mistakenly end up in your spam folder. When you’re dealing with hundreds of spam messages daily, identifying these legitimate emails becomes even more challenging.You can create filters in Gmail such that emails from specific senders or with certain keywords are never...

Fri Jun 7, 2024 14:45
How to Add a Universal Custom Menu to Multiple Google Workspace Apps

Adding a custom menu in Google Sheets, Docs, Slides, and Forms using Google Apps Script is straightforward.As an illustration, the following code snippet adds a custom menu to the parent Google Sheet that reveals the spreadsheet name upon clicking.function onOpen() { const ui = SpreadsheetApp.getUi(); const menu = ui.createMenu('➯...

Tue May 21, 2024 20:08
Send Personalized Emails with SMTP and Mail Merge in Google Sheets

The Mail merge add-on lets you send personalized emails to multiple recipients in one go. The emails are always sent via your Gmail account or your Google Workspace email address. Google also imposes a limit on the number of emails you can send per day.Mail Merge with SMTPMail merge is convenient because you can put your contacts in a Google Sheet and...

Wed May 1, 2024 18:27
An Improved SUBSTITUTE Function for Replacing Multiple Values in Google Sheets

Google Sheets offers a built-in SUBSTITUTE function that can can find and replace a specific text in a cell with another value. For instance, you can use =SUBSTITUTE("My favorite color is red", "red", "blue") to replace the text red in the string with blue. The SUBSTITUTE function is case-sensitive and will replace all occurrences of the search text.Replace...

Thu Apr 25, 2024 11:07
How to Extract Email Addresses from Gmail Messages

A fintech startup is preparing to host its first-ever networking event for professionals within the industry. Over the course of their journey, the company has engaged in email communication with industry experts, partners, and clients. Now, they aim to collate a directory of these email addresses to send personalized email invitations. ...

Sat Apr 13, 2024 14:49

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account