Hey guys,
I am creating a check-in / check-out app on PowerApps that only allow users to check-in or check-out based on geolocation. I thought the easiest way would be creating a label, then creating a global variable "On Select" which would include the coordinates from a location. I would the same thing for the device's location which would include the location.latitude while creating the global variable for the device.
In the end, I thought I could check if the label.text result would contain any results from the other label.text before inserting. Just to make sure the user is at the location.
I already created both label texts which include the global variables. Does anyone know how I could check or compare if a label would contain strings from another label before checking in? I've done everything I could but with no success. I would appreciate it if someone could help me with this!
Thank you,