Hi,
Aim is to make a canvas Power App based on CDS.
I made a new entity and added field to it. All well. I then need a field to store the lat and Lon coordinates of a location. So I wanted to use a lookup to the standard entity 'Address' , which already has the field Latitude and Longitude.
But when I make the new field StartLocation and I set the data type to lookup, Address does not show up in the list of related entities ...
What should I do to get a lookup to Address?
Of course I could make two other fields like latitude and longitude to store the values, but I would like to use the Address entity so I could later enrich it with other values., e.g. get the street and postal code data from a Bingmap API call.