Validity expression

Hi there, I’m wondering if it’s feasible to configure a validity expression in my app that enables it to save data even when it’s invalid. Specifically, I’d like my app to show an error message when the data is invalid, but still permit users to save the data . Is this possible.

The purpose of the validity check is to prevent saving of “invalid” data. Instead, use a Show type column to display a warning to the user.

1 Like

Thank you Joseph

1 Like