- Creator
Build customized apps to simplify business processes.
- Flow
Automate business workflows by creating smart integrations.
- Assist
Remote support and unattended remote access software.
- Vault
Online password manager for teams
- BugTracker
Automatic bug tracking software for managing bugs.
- Cliq
Stay in touch with teams no matter where you are.
- All Products
- Sales
- Marketing
- Service
- Finance
- Email & Collaboration
- HR
- Legal
- Security & IT Management
- BI & Analytics
- Project Management
- Developer Platforms
- Bundles
- Marketplace
Do more with your Zoho products
- Features
Compute
FunctionsOrchestrate
CircuitsIntelligence
Automated ML
- Pricing
- Documentation
- Use-cases
- Resources
- Customers
- Free Consultation
- Features
Compute
FunctionsOrchestrate
CircuitsIntelligence
Automated ML
- Pricing
- Documentation
- Use-cases
- Resources
- Customers
- Free Consultation
Get a Table Object
A table object can be created by the following methods which would not fire a server-side call. The datastore reference used in the below code snippets is the component instance.
Get a table instance using tableID
A table object can be created by referring to the table ID.
Copied//Get a table object using table ID
var table = datastore.tableId(1510000000110121);
Get a table instance using tableName
Alternatively, a table object can be created by referring to the table name.
There is no promise involved in the above methods and the table object contains the methods accessible by the table.
Copied//Get a table object using the table name
var table = datastore.tableId('SampleTable');
© 2023, Zoho Corporation Pvt. Ltd. All Rights Reserved.
- Features
Compute
FunctionsOrchestrate
CircuitsIntelligence
Automated ML
- Pricing
- Documentation
- Use-cases
- Resources
- Customers
- Free Consultation