How Can i change the Notify to UpdateContext? i want to change the notification to PopUp
If(
!(In_4.Value in Alveo_SentoveMasterlist_V2.Employee),
Notify(
"QR Code not valid",
NotificationType.Error
);
Navigate('Pop Up');
UpdateContext({varShowSuccess: false}),
Patch(
QRcodeDataBase,
Defaults(QRcodeDataBase),
{
Title: In_4.Value,
TimeIN: Now()
}
);
UpdateContext({varShowSuccess: true})
);