Get path to page from select field

Hello. I have a select field which is set to query pages that use a specific template. The value that is returned is the UID. How would get the path relative to the home page (e.g. /about-us/history)? Thanks.

You can use uri as value:

query:
      page: about-us
      fetch: children
      value: '{{uri}}'
      text: '{{title}}'

Wondrous. Thanks for the great support.