AppSheet Extensions

Dear developers, today I want to ask you if you know of any other extensions for AppSheet that improve and optimize the development of applications with this platform, in addition to AppSheet ToolBox.

1 Like

If you are referring to Google Chrome extensions, please take a look at the following

Chrome Web Store - Search Results

3 Likes

https://www.npmjs.com/package/n8n-nodes-rifad-appsheet?activeTab=readme I created an n8n.io node for AppSheet to automate third-party integrations easily. While not directly related to your request, this could enhance your no-code experience and external service integration.

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Integrate-Your-AppSheet-with-n8n-using-custom-community-node/td-p/868694

2 Likes

I use this together with LLM tool calls. For instance, when we had 50 tables in AppSheet and needed to pull data from specific rows, we had to create 50 different nodes for API calls, each with 1 to 10 conditions depending on what we needed. It got pretty complicated, which we call RAG.

But now, the AppSheet node simplifies things. For example, I can query with TableName: Product and Selector: FILTER(Products, [Product Group] = “iphone”). This way, the table name and filters change dynamically based on user input or LLM requests. The cool part is the agentic tool calls know exactly which table to query and the conditions to use to get the right data. So now, the whole app is LLM-friendly and really grounded in data.

This constructs the selector and table dynamically, running multiple times until the required data is fetched, which is great for various use cases. Additionally, you can use the node to query the AppSheet API with static conditions and tables.

2 Likes

Thanks @Rifad and @Suvrutt_Gurjar for your answers. I have actually taken them as a solution! Cheers!

1 Like

Dare I say Appster? (^_^)

Or even the Answer Portal where you can find all the resources I’ve made since 2016

  • Auto-Tables / Note Parameters
    - This is a MASSIVE thing that most don’t know about
  • Scripts you can drop in and use
  • Apps/videos/Protocol Guides/more
2 Likes

Matt! I must say that it is my second home after the community… hehehehe a hug!

2 Likes

:hugs: Cheers mate!

Here’s another fun one: https://www.multitechvisions.com/realtime-appsheet-chat-about :wink:

2 Likes