I am working off of the Simple Inventory base. I see that in the base code it has an expression condition that says [ITEM ID].[Total Stock Available] < 25 before sending an alert for low inventory. Great, perfect. This, however, applies to ALL items when the Total Stock Available is less than 25.
I want to set thresholds on an item-by-item basis. For example, item-001 I want to have an inventory threshold of 300, while item-002 I want to have a threshold of 30. I know I change the number (< 25 in the example above) at the end of the expression to do that…but…
What would the expression be to pull the Total Stock Available for a specific item within the Item ID column? Would I need to set up alerts for each item or is there an easier way?