Using Formatters in WHERE in Server Action

Hi.
I have been using formatters inside the where bindings since forever on client side.
For eg: sc1.data.query1.where(`prop1.lowercase()`, 'hello', '==')

But when I tried using the same in a Server Action right now, it just fails. The prop1 value becomes null.
Is this not supported on SA or am I missing something?

Community Page
Last updated: