Field

Returns the specified field in the specified row or property value from an API object

Field(1, 2, 3)

OrdinalTypeDescription
1stringRequiredRow from which to return the field, or object from which to return the attribute
2stringRequiredName of the field or attribute to return
3stringIndicates whether to return a NULL value or an error if the specified data extension field does not exist. Adding a 0 will return a NULL value if data extension field does not exist. Defaults to 1.

The system returns value of the City field in the row specified in the @row variable.

The system returns the EmailAddress value from the @subscriber WSDL object.