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 =
Delete Google Drive Files from Appsheet
Mastering File Management with Google Apps Script This tutorial is crafted for users looking to automate the deletion of files from Google Drive using Google Apps Script. We begin by exploring how to programmatically list your Google Drive files in a Google Sheet. This setup not only provides a visual inventory of your files but also serves as a bridge to AppSheet, enabling a seamless workflow for marking files you wish to delete. Step-by-Step Guide to Automating Google Drive Cleanup Listing Google Drive Files in a Google Sheet Setting Up: Start by identifying the
Deleting Google Drive Files from Appsheet
Managing files efficiently is crucial in any application ecosystem, especially when integrating with cloud storage solutions like Google Drive. AppSheet's no-code platform offers the flexibility to manipulate Google Drive files directly, ensuring that your app remains clean and organized. This tutorial will guide you through the process of setting up your AppSheet app to delete files from Google Drive, covering everything from initial setup to practical execution. To begin, ensure that your Google Drive is properly integrated as a data source within your AppSheet account. This involves: Connecting Google Drive: In the AppSheet editor,
Creating CRM in Appsheet Part 3
In the final installment of our series on building a CRM with AppSheet, we focus on a cornerstone of any CRM system: the Sales Data. This tutorial will guide you through setting up a comprehensive sales data table, automating key calculations, and effectively linking sales to specific products. By the end of this post, you'll be equipped to maximize your CRM's potential in managing, tracking, and analyzing sales activities. A well-structured SalesData table is essential for tracking each sale's details. Your table should include fields such as SaleID, Date of Sale, ProductID, Quantity Sold,
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
Regenerate Appsheet Structure
Before diving into the "how," let's briefly discuss the "why." Regenerating structure in AppSheet serves several crucial purposes: Adapting to Changes: As your business grows or changes, so do your data needs. Regenerating structure allows you to update your app's data model to accommodate these changes. Performance Optimization: It helps in optimizing app performance by reorganizing data structures and queries, ensuring efficient data retrieval. Data Consistency: Regenerating structure helps maintain data integrity and consistency throughout your app. Synchronization: It ensures that data stays synchronized between different data sources. Now, let's dive into the steps
Getting Started with Appsheet
Hello there, I'm Aris Azhar, and I'm thrilled to share my personal and professional journey into the world of app development using AppSheet. Creating custom apps has always been a passion of mine, and AppSheet has been an invaluable tool on this exciting path. In this blog post, I'll guide you through the process of getting started with AppSheet, sharing my own experiences along the way. Why AppSheet? Before we dive into the details, you might be wondering why I chose AppSheet for my app development journey. AppSheet stood out to me for several reasons: