Hi everyone,
I’m encountering a TypeError: Cannot set properties of null (setting 'firstPageNumber') error every time I submit a form.

Initially, I used the SubmitForm function, but I switched to Patch to update the data. However, the error persists.
The button’s OnSelect formula looks something like this:


the data is updated everytime the button is clicked but , the error still shows up.
I’d appreciate any insights on why this might be happening or how to debug it.
Thank you in advance for your help!