How large can the Item ID be?

I have been using a cron backed by a database to update data in Monday. The database has received an Item ID greater than the maximum 32 bit integer. I know that Item ID is globally unique, so it makes since that it has gotten this large.
How large will I have to set this in order to not have an issue in the future?

Hi @jeremy.devore

Welcome to the community. See this recent post about board and item IDs Board IDs are now too big for an integer! Check your databases and update your apps :). They are now bigInt.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.