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
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional