dot notation

Dot notation is syntax in an expression that precedes the name of a property with a period. You can use dot notation to reference single-value properties and complex properties. For example, .CurrentSalary and .Customer.FirstName are both valid user inputs in a field that supports expressions.