Value increase several users at the same time

Hello community, I wanted to know if anyone has a solution for the following case:
I have a glide sheet where I store a number, which every time a user clicks, it increases by 1, the problem is that if two users click on it at the same time, it increases only 1 time and one of the users is not updated on the screen the change of the other. Can this be solved?

Are you using user specific column?

no, it’s a column of glide sheets

Could you please share the screenshot of your data editor?

You can create a table for that. Increment data only if click on button. Or make an inline JSON table for some record.