AI School · Level 4 · Practical case · Actually automating

The orders nobody collects: a sheet that flags them by itself, without sending names anywhere

Léelo en español →

Reading time: about 11 minutes

The situation. Behind the counter there is a shelf of customer orders: bags with a slip stapled on, name and phone number. Some have been there three weeks. Nobody knows which until someone goes through them one by one, and when they do, there are products that should already have gone back to the supplier and people nobody phoned.

It is a good first automation project because the problem is small, well defined and you can see straight away whether it works. But it is also a case where the temptation points the wrong way: "have the AI read the orders and send each customer a WhatsApp". That mixes health data about identified people, an outside service and an automatic send with nobody watching. The good solution is far more modest: a spreadsheet with formulas that sorts and flags, written with AI’s help, that runs on your computer and sends nothing anywhere. The reminder to the customer is decided and made by a person.

What you need to hand: The sheet or notebook where you record orders (it does not go into the chat: you work with an invented copy that has the same columns), any spreadsheet program, and the case on an expiry sheet that checks itself, which uses the same mechanism on a similar problem.

Step by step

  1. Decide what information each order needs

    Before any formula, look at how you record orders today. Usually what is missing is exactly what automation needs: the date the product arrived at the pharmacy, which is when the waiting starts. Without that date there is nothing to calculate.

    The minimum columns are five: an order number, the arrival date, the product, a contact phone number and the status (waiting, notified, collected, returned). The customer’s name can be there, but nothing that follows needs it: the order number, also written on the bag, identifies the bag without the sheet carrying names.

    And one column almost nobody includes that changes everything: the date notified. Without it you cannot tell whether "three weeks" means "three weeks without anyone calling them" or "we called them two weeks ago and they have not come in".

← All practical cases Back to the school →