Message Definition Directory Name

When creating a message definition over the directory, what is the correct syntax for referencing the first or last name of the record? Using {*Name_NameNamesBeforeKeyNames*} is generating an error (see image below). We also attempted other variations, such as Name_NameName, but those did not work either.

Hey James. Currently, when interpolating names into message templates, we support specifying the name field on its own (without referencing any subfield). For example, {Name}.

At runtime, this will be interpolated as the nested Name_NameName field, or - if no NameName value exists on the record.

We do not currently have support for only interpolating the first name or last name, but this could be added via a feature request.