We’re excited to introduce a powerful set of updates across Web, Android and iOS/iPad apps. From AI-assisted base creation to advanced automations and mobile enhancements, this release is packed with features to help you build faster, automate better, and work smarter.
Here’s what’s new:
1. AI-Assisted Base Creation
Available on: Web & Mobile
Description: Describe what you want to build and Zia will create a base structure, including related tables and fields. You can generate and review up to 10 use case suggestions before creating the base.
Use Case: A marketing team enters: “Track content creation, reviews, and approvals.” Zia creates a ready-to-use base with linked tables for Posts, Review Cycles, and Approvals.
Learn more
2. Reports (Beta)
Available on: Web
Description: Visualize your data across tables with KPIs, charts (column, bar, line, pie), grids, and text blocks. Create custom dashboards to track performance and trends.
Use Case: A project manager builds a dashboard that displays project progress as a line chart, a KPI for tasks completed, and a grid listing overdue items.
Learn more
3. Scheduled Automations
Available on: Web
Description: Trigger automations on a defined schedule—hourly, daily, weekly, monthly, or once. You can also set a start and end date to limit the automation period.
Use Case: A sales team sets up a weekly automation to notify teams on the weekly progress towards the target.
Learn more
4. Send Messages on Zoho Cliq
Available on: Web
Description: Automations can now send messages to users, groups, or channels on Zoho Cliq. This action can be triggered by all events.
Use Case: When a high-priority ticket is updated, a message is automatically posted to the #support-leads channel in Zoho Cliq.
Learn more
5. Include Records or Summaries in Send Email & Zoho Cliq Automation Actions
Available on: Web
Description: Add summaries or a list of matching records directly into the content of your notification emails or Zoho Cliq messages.
Use Case: A daily email lists all pending tasks and includes a summary of how many are overdue, giving the manager an instant context.
Learn more
6. More Colors for Bases and Select Fields
Available on: Web & Mobile
Description: Choose from 30 new base color themes and 20 additional color options for single and multi-select fields.
Use Case: A creative team assigns different colors to each project stage in a multi-select field, making it easier to scan views at a glance.
7. New Formula Functions
Available on: Web & Mobile
Description: New formulas including IF, IF-ERROR, EOM (End of Month), NOW, and ARRAYCOUNT offer more flexibility in defining logic and calculations.
Use Case: A finance team uses EOM to calculate billing cycle end dates and ARRAYCOUNT to count the number of active invoices per client.
Learn more
8. Guest Mode
Available on: Android, iOS, and iPadOS
Description: You can now create and work with a base even without logging in or having internet access. Once you’re online and signed in, the base syncs to your account.
Use Case: A field surveyor collects observations offline in a rural area and syncs the data to their account once they’re back online.
Learn more
9. Siri Support
Available on: iOS & iPad
Description: Use Siri to create a new base with your voice. Just say: “Create a base in Zoho Tables.”
Use Case: A consultant quickly captures an idea while driving by using Siri to launch a base without opening the app.
Learn more
10. Apple Pencil Support
Available on: iPad
Description: Use your Apple Pencil to write directly into cells, tap on rating fields, and tick checkboxes—giving you a tactile, notebook-like experience.
Use Case: A teacher takes classroom poll and rates student participation using just their Apple Pencil on an iPad.
Learn more
11. We are available on Zapier
Description: All triggers and actions of Zoho Tables is now available on Zapier. You can write zaps to extend your workflows in Zapier now.
We hope these updates help you streamline your workflows and improve how you manage your data.
To stay updated on what's coming next, checkout our Roadmap page and explore all recent updates on our What's New page.
We have been continuously working on improving performance under the hood, and we will be sharing a detailed post on performance optimizations next week - stay tuned!
Keep organizing,
Team Zoho Tables.
Recent Topics
Importing Subform Data is Removed in Zoho Creator 6
Previously It was possible to import Data to the Subform in Creator 5 This basic and mandatory Feature was completely removed from Creator 6 with no Timeline to add support for it How are we supposed to add our data if we want to use Creator? Manually?
Function #50: Send Mass emails to your customers
Hello everyone, and welcome back to our series! We have reached a milestone of 50 Functions, which means that we have automated 50 different tasks in Zoho Books. Every Friday, we have shared a nifty function aimed at either automating a task or streamlining
Smart Document Automation:: From Zoho Projects to Zoho Writer – Merge, Edit, and Share
Hello Everyone, A custom function is a software code that can be used to automate a process and this allows you to automate a notification, call a webhook, or perform logic immediately after a workflow rule is triggered. This feature helps to automate
How to remove an Instagram post on Zoho Social?
Hi there, I wanted to delete yesterday's post on all social platform and managed to do so for Twitter and Facebook. I couldn't for Instagram as there is no option for delete. How can I delete successfully?
【開催報告】東京 ユーザー交流会 Vol.2 2025/6/13 CRM Plus/Formsの活用におけるポイントやおすすめ機能を紹介
ユーザーの皆さま、こんにちは。コミュニティチームの藤澤です。 6月13日(金)に東京で「ユーザー交流会 Vol.2」を開催し、16名の方にご参加いただきました。ご参加くださった皆さま、ありがとうございました。 この投稿では、当日のセッションの様子や使用した資料を紹介しています。残念ながら当日お越しいただけなかった方も、ぜひご覧ください。 ユーザー活用事例セッション:マーケ・営業・サポートをつないで顧客体験を向上させる!Zoho CRM Plusのおすすめサービス活用事例 Zoho Champion
No Real DANE Support
The issue in https://help.zoho.com/portal/en/community/topic/will-zoho-implement-dane was closed today claiming DANE was implemented. You never implemented DANE correctly, even if you think you did. DANE requires DNSSEC to work properly, you never added
Applying Price List to All Customers
I just created a new price list as we have several items that have volume price breaks. To create my price lists, I followed the instructions in this article: https://www.zoho.com/us/inventory/help/items/price-list.html When it comes to applying my price
What's wrong with this deluge code to create a Bill?
I know that all the data in the map is correct. The line items are pulled directly from a purchase order. // Add the purchase order ID to the bill billPOIds.add(poID); // Retrieve and merge the line items poLineItems = purchaseOrder.get("line_items");
2 Ideas, Clone timesheet entry from monthly view and Notes in Weekly view
While i love timekeeping I am finding some things slow me down. Slow to the point of considering writing my own API call to do this. It would be so useful to be able to clone a timesheet entry from the monthly view. It is somewhat painful to have to
Zoho Workdrive API call to find public external Link for a Folder
Hi all, I can create new external share links for a WD Folder using this API call https://workdrive.zoho.com.au/api/v1/links . This works fine, however if there is already an external link created for a given folder, trying to create a new one fails (which
Converting Sales Order to Purchase Order
Hi All, Firstly, this code works to convert a sales order(SO) to a purchase order (PO) via a button, however I am running into an issue when I convert the SO where the values from the line items are not pulled across from the SO to the PO. The ones in
Accessing and Using Formula Field
Hi There, I created a formula field called 'Day of the Week' in the Leads module that takes the record created time and transforms it into the day of the week. The formula field returns the correct values. However, I am unable to find or use the field
🇺🇸 🇨🇦 🇲🇽 Ask the Experts: A Live Q&A Session
Session Closed Thank you to everyone who participated in this Ask the Experts session! Your questions, insights, and engagement made it a valuable discussion for the entire Zoho Recruit community. The comment section is now closed, but feel free to browse
Request For Quotation (RFQ) module
Hello, Do you have any plans to implement a RFQ module in to ZOHO Inventory? I would like to chose items that I require a price for, select a number of different suppliers to e-mail and have them submit there pricing online. I would then like to see a
Ability to Append or Prepend specific signer name field to all documents in an envelope
We use templates regularly and have a need to be able to rename the individual pdf documents contained in an envelope, such that a signer's name is appended or prepended (e.g. Form1 - SignerName). This is critical for us, because of how we process documents
Export an email as an HTML file?
How do we export an email in Zoho Marketing Automation as an HTML file? We have an advertising partner that needs our campaign email as an HTML file. We can't find any way to do this. If this is not possible, please explain why. It doesn't make sense
Function #30: Display list of associated PO on SO details screen
Hello everyone, welcome back to our series! Imagine having the ability to effortlessly access and view details of all purchase orders linked to a sales order directly from the sales order itself. Well, today's script is designed to do just that for you.
Custom Print Button in Page/Stateless Form
[Zoho Creator] Unable to Add Custom Print Button to Page or Stateless Form We need the ability to add a custom print button on a page or stateless form in Zoho Creator to print a templated or formatted output (e.g., appointment confirmation, summary slip).
Page Variable Not Passed from Report to Form
[Zoho Creator] Page Variable (Resource) Not Passed from Report to Form in Appointment Module We are facing a limitation in our Appointment Module related to the handling of page-level variables. We are using a page variable to select a resource, which
Creating Layout Rule With Formula Field
By The Grace Of G-D. Hi, I see that i cannot use Layout Rules to show/hide Formula Fields. Is that something you plan on adding sometime soon?
Combine / merge multiple invoices into master
Good morning Zoho! Upon looking for a solution for my issue, I found many that had my similar problem...dating 13 years ago! Please, any updates on this? Merging multiple invoices on a Master Invoice would alleviate all the extra work of resending and
Free Webinar Alert! Productivity Hacks that you don't want to miss on June 24
Hello Zoho Community! Want to work smarter and get more done with Zoho Mail? We’re here to help! Join our interactive webinar to explore powerful Zoho Mail features that can boost your productivity. Watch live demos, learn helpful tips, and take part
Web Clipper cannot save to collections
With the recent update that added collections, i am unable to use the web clipper to save to a collection
sort by name is always z to a
I typically keep my notes in alphabetical order. Suddenly they are all backwards - z to a. They stay that way whether I select a to z or z to a. Is there a way to fix this?
Project Management Bulletin: June, 2025
Our project management suite's representatives have been busy socializing with global customers in the USA (Zoholics) and Australia (roadshows). We also had multiple stop overs at our customer’s establishments and were glad to see the efficiency our products
Agenda For Zoholics Benelux & Nordics 2025
Dear Zoho Benelux community, We are pleased to announce the agenda for Zoholics Benelux & Nordics 2025 on September 23-24 at NBC Congrescentrum in Nieuwegein. The topics of the presentations are: Zoho innovations in the region and worldwide The introduction
How to query Deal "Stage" "Is Open" in Analytics SQL?
How do I query this "field" in Analytics? What is going on? It seems like there is another 'mapping' somewhere but that it is inaccessible with raw sql??? If I query "Stage" Like '%Won%' I get a wildly different number than I do when I manually filter
Enhanced Candidate Portal: Now Featuring Federated Login, Passwordless Access & MFA
You can now enhance your Candidate Portal experience with Federated Login, Password less Sign-in and Multi-Factor Authentication (MFA). These features offer greater flexibility and control—allowing seamless sign-ins through trusted platforms and adding
Custom View and Custom Fields
Hi We have custom fields that we need in the Sales\Customer module and we would like to have the fields available to view in the Bills module so that we can add them to a custom view, is that possible? That way we can look at the Bills screen to see what
Can I write a check in Zoho Books with no associated bill?
This currently does not seem possible, and I have a client that desperately needs this function if I am able to convert them with Quickbooks. Thank you in advance for your reply.
Automation#35 : Auto-Add Comments under the Owner's Name in Tickets via Macros
Hello Everyone, This week's custom function provides simple steps to configure a Macro for adding comments to tickets with the name of the Comment owner. When managing tickets, you can use the Comment feature to communicate internally with your team and
Subfrom Changes are NOT included in Audit Logs and Timeline
In the Timeline the subform changes are not tracked We have an important custom module for Recording Pricing Information It has a subfrom, now if Changes are made to the subform fields they are not shown in the timeline, ONLY the aggregated fields This
Tracking Emails sent through Outlook
All of our sales team have their Outlook 365 accounts setup with IMAP integration. We're trying to track their email activity that occurs outside the CRM. I can see the email exchanges between the sales people and the clients in the contact module. But
Changing Link Color
When I create a link from a block of text, the text color changes to a color i do not want. After scrolling through the CSS and HTML files I cannot find the setting for the link color. Changing the link color word by word seems inefficient and must be a setting somewhere? Greg Aanes 2109 Queen Street Bellingha WA USA
Content Management System
Is there any plan to develop a CMS application that allows us to manage all of the ZOHO services such as Writer, Sheet, and Planner? Besides that, it would be nice to manage the files and logs of WebNMS using SOA. Otherwise i'll try to make it. Thanks, Takash F
How do I pause or halt a running campaign?
Hi, I set up an A/B campaign - and after testing, scheduled the campaign, I noticed an error in the subject line and had to pause or halt the campaign 'mid-flight' - could not find this, and the only option was to delete the entire campaign to halt the send (it was an emergency). Is there a campaign Pause or Stop function/button? I could not find it - am I missing something? (Thank you for your help - I searched the resources and could not find an answer)
Contact Segments with multiple CRM modules
Hello, We have a somewhat unique setup in our system involving various components: Contacts, Accounts, Deals, and a couple of custom modules named Properties and Audit Logs. We're looking to implement a notification system via SMS and Email specifically
Cannot reorder fields in Page Layout in Expenses and Purchase Requests
It is very inconvenient that the custom fields in Page Layout cannot be re-ordered. The only way is to remove the fields and re-create them; however, it is impractical. This would affect the reports and dashboards we are having. Not able to re-order the
Having issues with creator, flow and calendar
So I have made a creator app when engineer puts in the date and time for when they are going to out on site , this then passes the calendar data to flow and then should populate the inputed data to the calendar. So If use${system.zf_current_date_time}.
Problem when forwarding emails
When I want to forward an email received through Zoho, the layout changes: Buttons are cut Pictures change size Text changes alignment (left/right/center) Is this a common problem in Zoho? Thank you, Suzannah
Next Page