Lava Filters - DividedBy
Category:Numeric
Description:Divides a number by the number provided.
Input: "Values": {
"InventoryTotal": 10000,
"Quantity": 100
}
Lava: Each item costs ${{ Values.InventoryTotal | DividedBy:Values.Quantity }}.
Output: Each item costs $100.