Use column values in Triggers

You can now use the value of columns in your triggers 🎉

Let’s say you have a stock list with Barcode, Name, Quantity and Min Stock level (the ideal amount you would like to keep in stock):

Select the products that you’d like to set up a trigger for
Select the products that you’d like to set up a trigger for

You can use the value of the Min Stock within a trigger to say: “send me an email to reorder this item when its quantity drops below the min stock level”:

A trigger that says “S
A trigger that says “S

With that trigger in place, if the Quantity drops below Min Stock for any of your products, an email notification will be sent asking to reorder the item:

An example of an email notification once this trigger has been actioned
An example of an email notification once this trigger has been actioned

To use a column value in a trigger, simply wrap the column name in square brackets [Min Stock].

Hasta luego 👋


Suggest an Improvement

Ready to start scanning?