How to Work with Document Tabs in Google Apps Script
Your documents in Google Docs can now be organized into tabs and sub-tabs. While the multi-tab feature will make navigation easier, it also impacts how you work with documents in Google Apps Script.
Create a Keyboard Shortcut for Apple Intelligence Writing Tools on Mac
The writing tools in Apple Intelligence let you rewrite emails and other text in a more professional or friendly tone. And you can quickly launch the writing tools with a keyboard shortcut on your Mac.
How to Export WooCommerce Customers to Google Sheets
Export your WooCommerce customers email, name and address to Google Sheets with Apps Script. The script copies data from the WooCommerce customers table to sheets.
How to Convert Google Slides to PNG Images with Google Script
Learn how to convert Google Slides into high-resolution PNG images using Google Apps Script. Choose between the Google Slides API and the Google Drive API based on your requirements.
Send Personalized Emails with SMTP and Mail Merge in Google Sheets
How to send personalized emails using Mail Merge in Google Sheets with SMTP. You can send emails via SendGrid, Postmark, AWS SES, Zoho Mail, or any other SMTP server
An Improved SUBSTITUTE Function for Replacing Multiple Values in Google Sheets
The SUBSTITUTE function in Google Sheets lets you find and replace a specific text value in a cell with another value. If you need to replace multiple values in a string with different values, you'll need to nest multiple SUBSTITUTE functions which can be cumbersome.
How to Extract Email Addresses from Gmail Messages
Learn how to extract email addresses and names from email messages in your Gmail account and import the email directory into Google Contacts or Outlook address book
How to Add Password to PDF Documents in Google Drive
Password protect PDF documents generated from Google Sheets. Add unique passwords to each PDF file and save them securely to Google Drive or send as email attachments.
The customer places an order with Google Forms and the bill amount is calculated automatically based on the selected items. A customized UPI QR Code is generated to make the payment.
How to Access Secrets from Google Secret Manager using Apps Script
This detailed guide explains how you access your passwords, API keys and other sensitive data stored in the Google Secret Manager with Google Apps Script.
How to Schedule Form Availability and Limit Submissions in Google Forms
Learn how to restrict the number of responses that a Google Form can accept. You can also specify a closing date for your Google Forms or schedule them to open on specific days
How to Send Email Reminders for Google Forms Automatically
Learn how to set up automatic send emails reminders for events created in Google Forms. The personalized reminders are sent to people who have filled out a form, ensuring timely notification as the event date approaches.
How to Automatically Copy Google Forms Responses to any other Spreadsheet
Learn how to automatically copy Google Form responses to a Microsoft Excel or Zoho Sheet when a new form response is submitted. You can also copy the form responses to multiple Google Sheets.
How to auto-send emails to the person when submit a Google Form. The autoresponder email message can contain a custom note and a copy of the form answers.