REF: Add padding & Sort Numbers

Adds padding to single digit number to make it easier to sort


Description

Numbers are sorted in Shortcuts like this

  • 1
  • 10
  • 100
  • 2
  • 20
  • 200

This workflow adds padding to those numbers and make it like this for easy Sorting

  • 001
  • 002
  • 010
  • 020
  • 200

Latest Release Notes

1.00 - Jan. 22, 2019, 10:39 a.m.

Newly added. Method 1 uses if too add numbers. And supports upto 3 digits. This one works even with thousands


Past versions