Hi. I'm quite new to using PowerApps.
I'm working on a simple app where you create records to store in a Sharepoint list.
Three of the columns in each record would be "Travelling From", "Destination" and "Mileage".
The former two are Location type columns and Mileage is meant to be the distance, in miles, automatically calculated between
these two locations. I enter my starting and destination locations on my PowerApp, it calculates the mileage between them
and stores it in the record with them. Once I submit the form, a new item is created with that data in the Sharepoint list.
The question is how do I make that calculation?
Thanks.