Is there a way to present clients with a custom price depending on their location? Glide had a distance formula available that I am looking to replicate with sofr
You mean like real time gps position of the user and apply prices accordingly?
I think you can use Google Maps API to calculate distances and apply your pricing logic.
Does softr have the capability to work with google maps API?
The ‘work’ would need to happen in your data source (for example in Airtable, using scripting).
@FloridaMan I have an app in which,as a crm, once I have a new client, you send a form, and there is a script helping to get Latitude and Longitude, so when info is on Airtable, google Api creates the Address (reverse geocoding.). There is another Api call to get distances.Check if one of these could work…