---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Dot-walking to data in related tables

# Dot-walking to data in related tables {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Dot-walking provides access to fields on related tables from a form, list, or
script.

If the current table contains a reference to another table, any field on the referenced table
can be accessed using dot-walking.

Dot-walking references a field by building a chain of field names separated by dots (periods).
For instance, incident.assigned_to.company references the company of the
user assigned to an incident. The recommended limit for chain length is three levels.
* **[Dot-walking examples](https://servicenow-prod.fluidtopics.net/4ZI9FRzorXJ~YZMxZzsQtA)**   
  Access fields on a related table from a form, list, or script by dot-walking. This topic includes examples of the different ways that you can dot-walk.

