Hey Everyone,
I have 2 tables CurrentGPSLocation and Units
CurrentGPSLocation Contains
Unit
Lat
Lon
Units Contain
UnitType
Name
Station
When the json submission occurs I search for the Unit by name and select the first item (they’re all unique names) and select it to update. However, it’s not updating the location? Any tips?