Shortcuts User Guide
- Welcome
-
- Intro to Shortcuts
- Discover shortcuts in the Gallery
-
- Run a shortcut from the app
- Run shortcuts with Siri
- Run shortcuts from Control Center
- Run shortcuts with the Action button
- Run shortcuts with Apple Pencil Pro
- Run app shortcuts
- Run shortcuts from the Home Screen widget
- Run shortcuts from the Search screen
- Add a shortcut to the Home Screen
- Launch a shortcut from another app
- Run shortcuts from Apple Watch
- Run shortcuts by tapping the back of your iPhone
- Adjust privacy settings
- Copyright and trademarks

Using Dictionaries in Shortcuts on iPhone or iPad
In addition to APIs, dictionaries can also be a useful way to work with structured data in your shortcuts. Use dictionaries in the following ways:
Enter text, numbers, values, dictionaries, or lists into a Dictionary action to manually create a dictionary for use in your shortcuts.
Use the Get Dictionary from Input action to turn text containing JSON or .plist data into a dictionary item.
Create a JSON dictionary without coding it manually by entering all of the values into a Dictionary action and copying the results.
Use the Dictionary Magic Variable to extract a set of values repeatedly throughout a shortcut.
Use a dictionary to make a rich display of data in a Choose from List action, which displays the keys as menu options and the keys’ values as a preview. When you choose a key, the action passes the corresponding value into the next action.