Condition: Incoming Inventory = Absolute Value of Variant Inventory Quantity
Action: Send an Email
I need the Variant Inventory Quantity to be an absolute value because our products usually have negative inventory from Pre-Orders.
Basically how we want it to work is—the inventory that’s coming in needs to match up with the number of Pre-Orders for the item that triggered the Flow.
The trigger does not show you “incoming” inventory but rather the current (and prior) quantities for the product variant. If the prior quantity was -3 and incoming is 3, then the quantity would be 0. So can’t you just check if the quantity went from negative (the “prior”) to 0 (current)?
I set the “Incoming Inventory” to 0 quantity, but when I checked the run log, Flow captured only the incoming inventory, not both current & prior inventory. But I don’t know if I was able to understand your suggestion correctly—if what I did was wrong, please clarify.