Thank you so very much. We are attempting to track (2) data points:
1. Does user access the first screen
2. Does user access the second screen
On the initial screen we have OnVisible:
Collect(xxx_Analytics, {UserName:User().FullName},{UserEmail:User().Email},{LoginDate:Today()},{LoginTime:Text(Now())} )
On the second screen we have OnVisible:
Patch(xxx_Analytics,Last(xxx_Analytics),{DetailScreen1:"Y"})