I setup a Date Field in a table. When I used it on a form and entered a date, say 7/11/2025, it kept reducing it by one day before saving, ie it would automatically change to 7/10/2025.
To fix this I went into the table/model and applied “Date Only” as a property for that Date field.
This fixed the issue. My guess is that when I enter the date on the form, say 7/11/2025, the system assumes we wanted to entered UTC date, and tries to correct back to local system date or something. But not really sure.
This could be a gotcha for folks with Date fields if this is expected behavior. So just sharing.