Lava Filters - Object
Category:Other
Description:Objects are records or "entities" in Rock that have properties.
Input: "Person": {
"FullName": "Ted Decker",
"Email": "ted@rocksolidchurchdemo.com",
"GivingId": "G84",
...
}
Lava: {{ Person.GivingId }}
Output: G84