I have GPS coordinates in my column (latitude and longitude separated by ,) and I am trying to get them into two separate columns.
I am using the below formula but it is not working.
= PATHITEM ( SUBSTITUTE ( Fault[lastgps], “,”, “|” ), 1 )
1 represents position.