Hi,
I'm using a patch to update the currency value in a model driven app.
So when i'm writting into the inputType field "1000", he is updating the value in the model driven record "1000€".
But when i want to set the inputType field to empty value and save it, the patch is not executed like there's no updated value.
I've tried if (isBlank(textinput1.Text);Blank();Value(textinput1.Text))
How can i patch a currency field with blank() value ?
Many thanks