Hey, I'm trying to calculate distance between two postcodes, one is fixed in the gallery (end) and the other is manually typed in the text input (start) i have a label in the gallery which calculates distance with the below formula:
BingMaps.GetRouteV3("Driving",start.Text,end.Text,{distanceUnit:"Mile"}).travelDistance
Trouble is, when the text box (start) is empty i get an error. Is there a way i can manage this error? if so, how? i'm new to power app building and i'm struggling to get over this hurdle.