Hello,
Our team been using seatable for the last 1 month and have encountered an issue very recently regarding performing some actions on some tables.
I am unable to copy content exceeding 1000 rows between (and within tables).
Similarly, I cannot use the Find and replace function on the front-end to perform a batch update of more then 1000 rows.
1000 or fewer still work but anymore will result in the following error:
The error itself doesnt explicitly state why but investigating the server logs shows the following:
dtable-server - error message: { error_type: 'batch_update_rows_exceeds_limit', error_message: 'Batch update of rows exceeds limit 1000' }
The unusual thing about all this is that only a week prior, I was definitely able to perform these operations for over 1000 rows at any given time, but it has since changed.
Our team did make some config changes, but none of them were related to this. And we cannot locate where in the config we can change this property.
Does anyone know where we can remove or alter this limit?