Hi,
I tried to use this 2 actions on 1 button.
The first one is just normal navigate.
But the second one, I would like to record who click this button, when and what button they click.
This is what my code look like.
Navigate(Info1, ScreenTransition.Fade) ; ('Record',Defaults('Record'),{PageName:"Login_1",TimeofClick:Today(),Email:varUserEmail})
The error.
Please help fixing my error.
Thank you!
Hi @JULY1,
Have you simply missed your "Patch"?
Should it be:
Navigate(Info1, ScreenTransition.Fade);
Patch('Record', Defaults('Record'), {PageName: "Login_1", TimeofClick: Today(), Email: varUserEmail})
WarrenBelz
125
Most Valuable Professional
MS.Ragavendar
81
stampcoin
68