Lava Filters - Property
Category:Other
Description:Returns the property of a provided object. This often saves you from having to assign an object
to a variable to get just one of its properties.
Input: "CurrentPerson": {
"FullName": "Ted Decker",
"AnniversaryDate": '',
}
Lava: {{ CurrenPerson.NickName}}, your campus is: {{ CurrentPerson | Campus | Property:'Name' }}
Output: Ted, your campus is: Main Campus