Calculate CoordToAddress returning empty street number - why?

Does anyone know why the Calculate CoordToAddress function is returning an empty ‘Street number’ ? :

When inspecting Street, there is a value:

When I inspect the full address, I can see it has a Street Number (#73):

You are extracting the street and not the street number, so you are getting only the street because you are extracting the street. If you want the street number, extract the street number.

Hi boston,

The first screenshot I posted is me attempting to extract the street number, which shows as empty, hence the post:

Sorry I was focusing on the second while replying

Screen Shot 2023-12-02 at 3.48.42 PM

If I were to test this for my app to try and resolve I would add a group to the page, make that groups data type be a geographic address, the datasource would be the calculate coordinates to address…then I’d inspect the group to see if the datasource (ie: the calculated address) is actually present and being set…if it is not, then you’d know the calculated address is not being calculated properly…if the address is present, then I’d test by using the group as the datasource of referencing to begin the dynamic expression to use the extract street number operator to see if it is extracting or not.

This topic was automatically closed after 70 days. New replies are no longer allowed.