Lava Filters - Plus
Category:Numeric
Description:Adds a number to the number provided.
Input: "Values": {
"RsvpMen": 10,
"RSVPWomen": 2
}
Lava: There are {{ Values.RsvpMen | Plus:Values.RsvpWomen }} coming to the event.
Output: There are 12 coming to the event.