^— “uncapped” cell limits for enterprise customers. Basically store that data somewhere else, but I want to be able to store like
Multiple pages in a cell.
There is a standard 8,000 character limit per cell in Clay tables. However, as an Enterprise customer, you have access to Passthrough Tables which allow for unlimited rows.To handle multiple pages of data, the recommended approach would be to: 1. Split your data across multiple rows in a Passthrough Table instead of trying to fit everything in a single cell
2. Use the table's row structure to organize your data rather than storing multiple pages within individual cellsThis will give you better data organization and avoid running into cell character limitations.
Source:Workspace administration documentation | Documentation | Clay University