Hello AppSheet Community,
We’re excited to announce that a few new capabilities within Gemini in AppSheet Solutions are now Generally Available (GA). Extract Rows and Summarize are joining Extract and Categorize into GA, as well as a few other changes.
As mentioned in previous announcements, Gemini in AppSheet Solutions helps users automate smarter by integrating capabilities like data extraction and categorization directly into AppSheet workflows, reducing manual work and freeing up a team’s time for higher-value tasks. It’s easy to use with pre-built capabilities that you can adapt to specific business needs. The feature also lets you build with confidence through in-editor task testing and gives admins the tools to deploy AI safely and scalably, ensuring governance and compliance across the organization. In July, two initial AI capabilities were rolled out: Extract and Categorize.
We’re now introducing two new AI capabilities:
- Extract Rows - this AI capability is related and similar to Extract. It lets you extract information from an image or a PDF file and save it into multiple rows, for example for extracting line items in invoices
- Summarize - this new AI capability lets you summarize records based on selected attributes, for example for summarizing the key aspects of a customer account.
In addition, scheduled bots that process multiple records now support all four available AI capabilities, when the output data is saved immediately into your data source.
Use Cases
The new AI capabilities and these updates will let AppSheet creators with AppSheet Enterprise Plus support more use cases. Here are 3 common examples:
-
Invoice processing: Finance and audit teams can at the end of the month automatically pull information from invoices and receipts, including line items, reducing processing time and mistakes from manual data entry.
-
Monitoring of regulatory changes: compliance and Q&A teams can pull updated and new rules from published regulatory documents to stay on top of constantly changing requirements and avoid being out of compliance.
-
Speed up resolution of equipment support requests: As technicians raise support requests for malfunctioning equipment with lots of details, including images, support teams can automate extracting equipment serial numbers from images, route requests to the appropriate teams based on the descriptions of the issues and the characteristics of the equipment, and generate a short actionable summary to speed up resolution.
How to Get Access & Start Building
Gemini in AppSheet Solutions is already available to users with AppSheet Enterprise Plus. Simply add a new task to your automation and select the AI task type.
Learn More & Share Your Feedback
While all these capabilities are now GA, we still want to hear your feedback! Understanding what you are trying to accomplish (sometimes very creatively!) on very concrete examples and seeing examples of what works or doesn’t for you gives us the ability to refine the existing capabilities and offer new ones. You can do that by rating results when using the inline testing feature for AI Task!
We’re incredibly excited to see what you’ll do with this!
Arthur on behalf of the AppSheet team
FAQ
What else changed?
We have also made a few improvements:
-
Extract and Extract rows were updated to allow
-
files with sizes up to 12 MB
-
Images with sizes up to 5MB
-
-
AI tasks were upgraded to allow 30 requests per min, up from 10.
What are the licensing and pricing requirements?
First, your organization needs to have an AppSheet Enterprise agreement. With it, your organization automatically receives a pooled quota of credits, at no additional charge. In particular, no separate Google Workspace license is needed.
Second, creators need to have an AppSheet Enterprise Plus license to include AI tasks into their automation bots and apps. Then, running an AI task will consume credits from the organization’s pool. Credit consumption will vary based on the complexity of the task.
How can I see how many credits are consumed?
Only AppSheet admins can see their full quota of credits, the overall credit consumption, and how Gemini is used throughout the organization via the AppSheet admin console.
If I run two AI tasks in the same automation, how many credits does this automation consume?
Each AI task will consume credits based on its complexity. The two are independent of each other.
For example, let’s say an automation has an Extract AI task and then a Categorize AI task. Today, if the automation works with a 5-page PDF file, the number of credits consumed during that run is 60 credits total - 50 credits for the Extract AI task and 10 credits for the Categorize AI task.
As another example, if this automation was triggered by a scheduled bot for 10 records and each PDF file was 5 pages long, then the total number of credits consumed would be 600 credits - 60 credits for each record.
Troubleshooting - Why won’t my AI task run?
Check the following:
-
Do you have AppSheet Enterprise Plus?
-
Is there an admin policy in place that prevents you from running AI tasks?
-
Check if you are being rate-limited in the audit logs or the automation monitoring app. Check limits here.
-
Check if you are not getting any result back in the audit logs or the automation monitoring app.
Troubleshooting - Why does my AI task give me inaccurate results?
AI tasks are able to accomplish tasks to the extent that Gemini is able to. This means that AI tasks have the same limitations. For example, counting a large number of objects in a picture is typically a difficult task for Generative AI models like Gemini (at least for now).
AI tasks may not be familiar with some industries or tasks. A rule of thumb is that if a topic is niche and is not widely discussed online, odds are that a Generative AI model won’t do well. As an example, AI tasks probably can’t recognize machine parts involved in a very specific manufacturing process from an image.
We strongly encourage creators to provide additional instructions to tweak the behavior of an AI task to get more accurate results. However, creators should not need to provide instructions on what the format of the output should look like (e.g. “Return a date with format YYYY/MM/DD” or “Return a JSON-like output with…”) - AppSheet takes care of that behind the scenes.





This field is enumlist. It should have brought ANE57106. But got it like this so I had to give instruction. And I believe Initial Values are not getting generated if you don’t pass it in AI Task for Lookup() or select(). It only works for TODAY(), NOW(),USEREMAIL(), UNIQUEID() etc.