Hey Kato,
You could use custom component to pick up IP info. For example NoCodeAPI and RapidAPI make this quite easy for you to do…
It’s not going to be GPS level accuracy and if they use a VPN it will throw this info off… but it may work. I done a quick custom action to pull current user data and this is what you will get back based on IP info…
{
13 items
“area”:{
3 items
“code”:
“US-LA”
“geonameid”:
4331987
“name”:
“Louisiana”
This will return the IP address of the client with all the location data
https://nocodeapi.com/ip-geolocation-api
It may or may not help.