Hi Guys,
I'm setting up a push notification for check-in and distress, using the 'push a PowerApps button to send a push notification' automation, the code checks out OK:
OKbutton.Run(User().FullName & " OK") & ((Location.Latitude & Location.Longitude) & Notify("Checkin has been transmitted", NotificationType.Success))
I get the 'User.OK' message transmitted and the success notification on the app, but no position info, I've had a look through the forum and the googles and can't come up with a solution, am pretty new to this so hoping it's something very simple that I've overlooked.
Any help is appreciated.
Thanks