Overview
Skip the sync, speed up your AppSheet workflows
AppSheet Sync Skipper AppSheet Sync Skipper is a lightweight Chrome Extension that helps you skip the default sync process in AppSheet by directly sending data to your AppSheet app via its API. This enables faster actions, more efficient workflows, and a smoother experience when triggering changes or submitting form data. โ๏ธ What it does: Detects special URLs with AppSheet parameters (e.g. ?appid=...&accesskey=...) Extracts information and sends it to AppSheetโs API Displays the status of requests (success, error, pending) Keeps a small log of recent API calls Automatically closes the triggering tab (if needed) This is useful for AppSheet developers who want to simulate form submissions, bypass sync delays, or build automation tools using AppSheet's public API. ------------------------ ๐ AppSheet Sync Skipper โ User Guide ๐ฏ Purpose AppSheet Sync Skipper helps you skip manual Sync in AppSheet workflows by sending structured data directly to the AppSheet API via a custom URL. Ideal for performing Add, Edit, or Find actions with a single link. ๐ ๏ธ How to Use Step 1: Set up a "Go to a website" Action in AppSheet In your AppSheet app, create an action of type: "Go to a website" Use a URL formatted like: https://anythingxyz.com/?appid=...&accesskey=...&tablename=...&action=...&[column1]=...&[column2]=... ---------------- Send 1 row "https://yourdomain.com/" & SUBSTITUTE( "?appid=YOUR_APP_ID&accesskey=YOUR_API_KEY&location=" & TEXT("47.623098,-122.330184") & "&timezone=Pacific Standard Time&action=Add&Name=John&Status=Done", "%", "percent" ) ---------------- Send multiple rows (example: bulk update status) "https://yourdomain.com/" & SUBSTITUTE( "?appid=YOUR_APP_ID&accesskey=YOUR_API_KEY&location=" & TEXT("47.623098,-122.330184") & "&timezone=Pacific Standard Time&tablename=YourTable&action=Edit&batch=true&ID=123,124,125&Status=Done", "%", "percent" ) Explanation: ID=123,124,125 โ 3 rows with 3 key IDs. Status=Done โ Applied to all 3 rows. ---------------- Group Action (multiple actions) "https://yourdomain.com/" & SUBSTITUTE( "?appid=YOUR_APP_ID&accesskey=YOUR_API_KEY&location=" & TEXT("47.623098,-122.330184") & "&timezone=Pacific Standard Time" & "&action_1=Add&tablename_1=Orders&Name_1=John" & "&action_2=Edit&tablename_2=Invoices&ID_2=456&Status_2=Paid", "%", "percent" ) ------------------ Explanation: action: Add โ Creates a new row in the Orders table. action: Edit โ Updates the Invoices table. Step 2: Attach the link to a button, event, or automation When this URL is opened, the extension detects the parameters, sends a request to AppSheet's API, and then closes the tab automatically. ๐ Required URL Parameters appid | Your AppSheet app ID accesskey | Your AppSheet API access key tablename | The name of the table to interact with action | One of: "Add", "Edit", or "Find" locale (optional) | Defaults to "en-US if not provided location (optional) | Defaults to "47.623098,-122.330184" if not provided timezone (optional) | Defaults to "Pacific Standard Time" if not provided Any other parameters | Treated as column names and values for the row data This will send a POST request to the AppSheet API to insert a new row into the Customers table. ๐ฆ Logs & Status Click the extension icon to view a log of recent API requests. Each entry includes: - Success โ Successfully sent to AppSheet - Error โ Failed to send - Pending โ Currently being processed Only the 10 most recent requests are saved in memory. โ ๏ธ Notes & Tips - It's recommended to open the link in a new browser tab to ensure the extension can capture and process it. - Make sure the Chrome Extension is installed and enabled on the browser where the action is triggered. - Do not include sensitive credentials like access keys in public actions unless you trust the user.
Details
- Version1.0.3
- UpdatedJuly 8, 2025
- Offered bysCan
- Size12.21KiB
- LanguagesEnglish
- Developer
Email
hanhtrinhmotchuyendi@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes