How to create custom running number with prefix. Simple steps!
If you're managing documents, invoices, or records in AppSheet, you may need a custom numbering system that resets at the beginning of each month. For instance, you might want your document numbers to follow a format like KKM/YYYY/MM/1 and automatically reset to 1 when the next month arrives. In this guide, we’ll walk you through the steps of creating a custom document numbering system that resets monthly in AppSheet, along with troubleshooting common issues. Why Use a Monthly Reset Document Numbering System? A monthly reset document numbering system can be highly beneficial when you: Manage
How to calculate distance between two points in Appsheet. FREE Method!
Have you ever needed to calculate the distance between two addresses in your Google Sheets? Whether you're managing logistics, planning a trip, or handling deliveries, knowing the distance between locations can be crucial. In this tutorial, we’ll show you how to use Google Apps Script and the OpenRouteService API to automate this process. function updateDistance() { const spreadsheetId = 'SPREADSHEET ID HERE'; // Replace with your spreadsheet ID const sheetName = 'Distance'; // Replace with your sheet name const sheet = SpreadsheetApp.openById(spreadsheetId).getSheetByName(sheetName); const range = sheet.getDataRange(); const values =
Automating Email Encoding in Google Sheets using Base64: A Step-by-Step Guide
In today's interconnected world, ensuring the security of our digital communications is paramount. Whether you're sharing sensitive information with colleagues or clients, safeguarding your email content from prying eyes is essential. Fortunately, with the power of Google Apps Script, you can automate the process of encrypting and decrypting emails directly from your Google Sheets, adding an extra layer of security to your communication workflow. Why Encrypt Emails? Email encryption protects the contents of your messages from unauthorized access, ensuring that only intended recipients can read them. By encrypting your emails, you can safeguard sensitive information
How to integrate Google Forms with Appsheet
Integrating Google Forms into AppSheet applications opens up a plethora of opportunities for collecting data efficiently. A common challenge, however, lies in effectively managing image submissions from Google Forms. This tutorial will walk you through the integration process and offer a clever solution to handle images submitted via forms. Google Forms is a powerful tool for gathering data. When integrated with AppSheet, it allows for real-time data collection directly into your apps. This synergy can be especially useful for surveys, feedback forms, event registrations, and more, where images may be submitted as part of the