Hi,
I have a patch formula where it works well, But I want to do a modification with IF.
I have a field name Cash. If the Cash field is blank/empty I do not want to patch. otherwise that means if the cash field has a value do the patch. How can I do that, following is the patch formula,
Patch(
'Cash Received',
Defaults('Cash Received'),
{
Date: DataCardValue180_2.SelectedDate,
'Customer Name': DataCardValue181_2.Selected,
Amount: Value(DataCardValue182_2.Text),
InvoiceNumber: DataCardValue179_2.Text
}
)
Cash field is DataCardValue182_2
Thank you in advance,
Osmand