data.day

The 10-Minute Automation: Auto-Rename Files So Humans Stop Guessing

We spend hours clicking on 'Scan_004.pdf' to see what it is. This is madness. Let the machine name the file. Organization must be automatic.

The Digital Trash Can

The site admin stood at the scanner. It was a cheap printer in a dusty trailer. He fed the delivery note into the tray. He pressed the green button. The machine whirred. It sent a file to the server. The file was named SCAN_20251010_145521.pdf.

Three weeks later, the supplier claimed we never received the steel. I went to the server. I saw a folder with 500 files. All named SCAN_.... I had to open forty files to find the proof. It took me an hour. That hour cost the company $100. The steel was there. The proof was there. But it was buried in digital mud.

The Waste: The Search Tax

We accept “searching” as part of the job. It is not. Searching is friction. Finding is the job.

Every time a human has to guess what is inside a file, you are paying a tax.

  • “New Text Document (2).txt”
  • “Report - Copy.pdf”
  • “Meeting Notes REAL.docx”

This is unprofessional. It is fragile. It relies on the user remembering that “New Text Document (2)” contains the critical safety incident report. When that user leaves the company, that knowledge leaves with them. The file becomes dead weight.

[Image of folder structure comparison: Messy vs Standardized]

The Flow: Logic Over Typing

We stopped letting humans name files. Humans are creative. We do not want creativity in filing. We want logic.

We connected the intake form to an automation script. Now, the workflow is rigid:

  1. Input: The user selects “Delivery Note” and “Site B” in the app.
  2. Process: The automation grabs the date, the category, and the Site ID.
  3. Output: The system renames the file before it hits the folder.

The new name: 2025-10-10_Delivery_SiteB_Steel.pdf.

I do not need to open it to know what it is. I can sort by date. I can search by site. The computer does the sorting. The human does the thinking.

[TO EDITOR: Diagram showing the flow. Step 1: User uploads ‘IMG_001.jpg’. Step 2: Cloud Function applies template ‘{Date}{Type}{ID}’. Step 3: File saved as ‘2025-08-12_Inspection_T44.jpg’.]

Respect the Future Self

Think of your future self. In six months, there will be an audit. You will be tired. You will be stressed. Do you want to search through a pile of “Scan_001” files? Or do you want to type “Steel” and find the answer?

Spend ten minutes now to fix the naming convention. Save ten hours later. This is sturdy operations.

FAQs

But our team knows what IMG_4022 means.

No, they don't. And when that person quits next month, nobody will know. Build systems for the company, not for the memory of one employee.

Is this complicated to set up?

It takes ten minutes. Most modern forms tools have a 'File Name Formula' setting. Use it.

What should a file name look like?

Date-Type-ID. Example: '2025-08-11_SafetyCheck_SiteA.pdf'. It sorts itself.