I have a problem with the coding in Power apps, i’m new in power apps and i don’t understand this topic. Why don’t work write other Notify when the IF the result is true?, I try with other If type:
If(
!IsEmpty(Filter(Empleados; Nombre = TextInput1.Text));
Navigate(Screen4; ScreenTransition.Fade);
Notify(“La información es incorrecta”)
)&If(
Correcto;
Patch(
Empleados;
Defaults(Empleados);
{Nombre: TextInput1.Text})
)
But not work, i need your help please
I try other If and not work