Multiple Records Form Not Updating Past 50 records

Has anybody had this issue or is it a bug?
I recreated the project and still the same issue.
Using a Multiple Records Form everything updates just fine up to 50 records per page. If I change it past that it does not update anything when clicked. Showed the SQL process and it does not even attempt to update the table past 50 and just returns to the SQL select of the table.

I am using multiple record but never reached 50 records to update

hello Sebastian_P. I’m stuck with the same problem.
Did you solve it?

No have not. It happens to every other application.

I have found it only does action on the current visible page so if you have 50 records showing, in its mind the others don’t exist. This is a problem if you have 200 records to display here. In form orientation you can set lines per page and I believe that will give you your 200 or whatever. If you have thousands it is a problem.