Set(
MyResult,
Patch(
'Purchase Price Approval',
Defaults('Purchase Price Approval'),
{
//your code.
}
)
);
If(
IsError(MyResult),
Notify("Your customized message for the error.", NotificationType.Error),
Notify("✅ Data submitted successfully!", NotificationType.Success);
Navigate(ThanksScreen)
)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2