# Limits

Data tables have the following limits:

# General data table limits

Description Limit
Maximum number of data tables per workspace100
Maximum number of rows per table1,000,000
Maximum number of columns per table100
Maximum number of Link to a table column types per table20
Maximum number of Multi-value column types per table20
Maximum record size100,000 bytes
Maximum table size1,000,000,000 bytes
Maximum number of visible records (rows) at one time in the data tables UI200
Maximum number of filters that can be applied simultaneously to a table in the data tables UI. Note that each additional filter is treated as an AND operand.10
Maximum number of filters that can be applied to a field/column1

# Data table column limits

Column type Description Limit Example
Short textText field used to store small strings or textual data. Typically, this data type is for names, short descriptions, status codes, or small identifiers.Maximum of 10,000 characters. Sorting and filtering is supported for only the first 756 characters.
Long textMulti-line text field. Typically, this data type is for large amounts of text, such as descriptions, comments, or any large block of text.Maximum of 10,000 characters. Sorting and filtering is supported for only the first 756 characters.
  • A long description or comment that can span many lines…
DecimalIEEE-754 floating-point numbers. Commonly used for precise calculations involving fractional numbers, such as percentages or scientific measurements.Floating-point numbers do not enforce a fixed number of decimal places. Precision is determined by the number’s range. For example, smaller values can represent more decimal places accurately, while larger values lose precision due to spacing between representable values.
  • 0.1
  • 3.141592653589793
  • 1.7976931348623157 × 10³⁰⁸
BooleanA true/false value.NA
  • TRUE
  • FALSE
DateCalendar dates (such as, year, month, and day) without time information. Useful for fields such as birthdates, event dates, or transaction dates. Date columns inherit the timezone and date and time format of your workspace. This means that the exact date format can vary, depending on your settings.Supports a range of dates between 262,145 BCE and 262,143 CE.
  • 13/11/2024
  • 11/13/2024
DateTimeDate and time (including hours, minutes, seconds). Used to track exact moments of events, transactions, or logs. DateTime columns inherit the timezone and date and time format of your workspace. This means that the exact date and time format can vary, depending on your settings.Follows RFC 3339 protocol.
  • 13/11/2024 00:00:00
  • 11/13/2024 12:00 AM
FileAllows you to upload or download files to/from your data tables.Maximum file size: 100 MB. File names can have up to 255 characters.NA
Link to a tableDisplay data from a different data table in your workspace. Choose a Linked data table to select another data table to link to your current table and Display data from to determine which column from the data table you have selected displays as a dropdown.Each data table can link to a maximum of 20 data tables. Data tables supports linking to short text and long text column types.NA
Multi-valueThis column supports storing multiple values in a single cell. Multi-value columns do not support nulls, empty strings, or duplicate values. Sorting columns is not supported. Supported value types include short Text, Integer, Decimal, Date, DateTime, and Link to a table.Each data table can have a maximum of 20 multi-value columns. Each cell within a multi-value column can store up to 20 values.NA

# Data table connector limits

Description Limit
Maximum batch size for all Data table connector batch triggers1,000
Maximum batch size for all Data table connector batch actions1,000

FURTHER READING

Refer to the Platform limits documentation for more information about Workato limits.


Last updated: 7/22/2025, 10:51:52 PM