Tagged Shortcuts

How to Iterate Through Dictionary on iOS Shortcuts

I’ve talked about using dictionary in Shortcuts to handle data. If you started using one in a custom shortcut, there is one odd bit that may not be immediately obvious if you try to loop through the dictionary; it loops with the entire dictionary as the Repeat Item. It defeats the purpose of using iterating…

How to Enter and Manage Dictionary on iOS Shortcuts

If you are a fan of Shortcuts on either macOS or iOS, no doubt you would have encountered a similar problem as I. In order to load some data on to a custom shortcut, only sensible way would to do so is via a dictionary-type variable. But Shortcuts doesn’t make it easy to enter the…

App to Save Variable in iOS Shortcuts

My old iOS shortcuts usually walked the path of tedious madness for the pure purpose of compatibility. I needed a shortcut that would work equally well on all platforms, iOS, iPadOS, macOS, and even on HomePod, and that meant several things: one. I can’t have shortcuts relying on apps that do not exist universally, two.…