Hi Team - is there a limit for creating Subitems per items for Enterprise account? at the moment I can create only 500 Sub items per item by Calling Monday APIs from our app, also when it reaches 500 subitems I see this error which prevents from creating further subitems, the error itself is bit misguiding though
error - `{“data”:{“create_subitem”:null},“errors”:[{“message”:“CellLimitExceededException: Validation of column values failed: Exceeded cell limit.”,“locations”:[{“line”:1,“column”:10}],“path”:[“create_subitem”],“extensions”:{“code”:“CellLimitExceededException”,“status_code”:422,“error_data”:{“message”:“CellLimitExceededException: Validation of column values failed: Exceeded cell limit.”,“limit”:500,“limit_type”:“count”,“column_type”:“subtasks”}}}]}
Thanks