Trying to patch the onstart record when the user navigates to another screen. Onstart works fine but the Patch is not. Any help would be great.
On Start:
Collect(DWAnalytics,{UserName:Office365Users.MyProfile().DisplayName,UserEmail:Office365Users.MyProfile().Mail,LoginDate:Today(),LoginTime:Text( Now(),"[$-en-GB]hh:mm:ss"),UniqueID2:Office365Users.MyProfile().Mail&Text(Now(),"[$-en-GB]hhmmss")});
Set(UniqueValue,Office365Users.MyProfile().Mail&Text(Now(),"[$-en-GB]hhmmss"))
Text Label (UniqueID): Text Property is UniqueValue
Another Screen, On Visible:
Patch(DWAnalytics,{UniqueID2:UniqueID.Text},{Office365Screen:"Y"})