steven
steven
CCConvex Community
Created by steven on 4/17/2025 in #support-community
Object has too many fields when importing values with nested objects
I have a complex object structure defined as my schema, and one of the column values is a mapping from city names to numbers. Sometimes there are a lot in there so I end up exceeding the maximum number limit. any suggestions on how to work around this? My immediate thought would be to JSON.stringify the complex columns and store as a string to deserialize on the client...
6 replies