self
Last updated
Was this helpful?
Last updated
Was this helpful?
self
is used to refer to the current where you use it.
This calculates the full name of a person, by getting the information from the fields first_name
and first_name
.
If the expression is attached to an instance of the ‘Person’ , self
tells the system to look for the field's first name within that instance.
If there is an Instance with the values for Information Fields first_name
and last_name
as Britta Johansdottir, this will return 'Johansdottir, Britta'.