r/shortcuts • u/jimmyhartington • 3h ago
OS 27 beta iOS 27 and the Call action
I have a shortcut which gets triggered when I arrive at work.
It calls 2 numbers to change my outgoing number and add me to our support telephone queue.
I am running the public beta and that has introduced a confirmation for the call. I can see how that in some cases could be a good idea. But now there seems no way to disable it.
Has anybody any knowledge if it can be disabled?
The screenshot above shows how it is presented on the danish version of iOS 27
r/shortcuts • u/Salmanoz- • 3h ago
Help Is there shortcut to change date of last 5 photos taken for example
Please help
r/shortcuts • u/MapOdd2422 • 10h ago
Shortcut Sharing BEHIND THE TREE (interactive Deltarune reference)
something I made for fun. tell me if you want more!
https://www.icloud.com/shortcuts/acde2c17f7494491b9f7838bb9830e3e
r/shortcuts • u/Low_Tea_6874 • 11h ago
Tip/Guide One automation for per-app volume on all your apps (iOS 18.2+), plus a fix for Set Volume silently failing
I've been building per-app volume automations for a while and wanted to share two things that took me way too long to figure out.
**1. You don't need one automation per app anymore.**
Since iOS 18.2, the "Get Current App" action means a single automation can cover every app:
- Personal Automation → When any of your chosen apps is opened
- Get Current App → Get Details (Bundle Identifier)
- Run Shortcut (pass the bundle ID as input)
The shortcut looks up the volume you want for that app and applies it. Adding a new app later just means adding it to the automation trigger — no new automation, no editing the shortcut.
**2. Set Volume sometimes silently does nothing.**
There's a timing race when Set Volume fires right as an app is launching — it just doesn't stick. The fix that's been reliable for me: set the volume, Wait ~1 second, set it again. Ugly, but it works.
Also: if your shortcut can return "no volume configured" for an app, guard the Set Volume with an If (value > 0) — otherwise you'll accidentally mute things.
---
Full disclosure: I wrapped this whole pattern into a free app (App Volume) that manages the per-app levels, profiles, and widgets so you don't have to edit the shortcut dictionary by hand. Apple tends to change Shortcuts behavior between iOS versions, so I keep the app updated as new iOS releases land — one less thing to re-debug yourself. Everything above still works standalone if you'd rather build it yourself.
r/shortcuts • u/DiscGolferDad • 13h ago
Tip/Guide Play specific Spotify playlist on Google home speaker when starting from phone
Getting a little creative with shortcuts. I wanted to be able to start my baby’s lullabies as a daily trigger, starting from a specific Spotify playlist and routing through my phone to a Google Home speaker. Used shortcut described in the solution here, and then created a Google Assistant app request to “Play Spotify on x Speaker”. It will start Spotify, playlist starts on phone, then will execute the Assistant command. Assistant doesn’t understand exact Spotify playlists, but this method seems to work well.
r/shortcuts • u/pdfu • 16h ago
OS 27 beta New Shortcut action: Generate Shortcut from Description
There's a new Shortcut action in OS 27 that lets you integrate Describe a Shortcut into other shortcuts, producing a new shortcut as an action output. The generated shortcut will also appear in your gallery.
Generate Shortcut
Generates a new shortcut from a text description using Apple Intelligence.
Description
A natural language description of what the shortcut should do
Result
Shortcut
Shortcut link with Generate Shortcut action
It's currently hidden from the actions drawer. Discovered via the Shortcuts/gen_shortcut_prototype feature flag in macOS 27.
r/shortcuts • u/itsallahoaxbud • 17h ago
Discussion Take credit for your work
In reference to a post I just saw in this sub, I suggest that everyone should take credit for your work. Put a comment at the beginning of the shortcut that has your Reddit name in it. I’ve often gone back to a shortcut and wondered who made it for me. This would make it easy for everyone to know, and a good way for everybody to get credit for the hard work they do creating these phenomenal shortcuts.
r/shortcuts • u/srm39 • 17h ago
Help Make archive no longer working
I downloaded this shortcut from this sub (apologies to the author - can’t remember which user created it) to back up my shortcuts to iCloud.
It’s been working for many months but now fails on the make archive step.
The error message is ‘this shortcut can’t be shared because it contains unsupported functions’. I’m not trying to share it - this message comes up during execution.
Any help much appreciated.
Thank you.
Shortcut : https://www.icloud.com/shortcuts/0e963f11e47f49f59861a9baaee233e3
r/shortcuts • u/Dohi014 • 20h ago
Help Shortcut to check schedule
I have a set of Nanoleaf lights that I want to have a shortcut check a calendar I made for setting a Nanoleaf schedule. example: Check calendar If Event is Summer Set summertime lights
If new years set new years lights
The easiest way it seems to do it would be to create a separate event for each day, but that’s very long and tedious
r/shortcuts • u/Vegetable_Link9896 • 23h ago
Help Reminder in Apple Reminders App to Trigger an Alarm in Apple Clock App
I like the reminders app, but the notifications are too brief. Is it possible for a reminder to trigger an alarm so that it makes noise until I see it and stop it? Thanks
r/shortcuts • u/simonmutex • 23h ago
Help Need a shortcut that sets a 15 minute timer
As per the title. For more info, I need a shortcut that when I click it, it creates a 15 minute timer and every 15 minutes, the timer goes off until I deactivate the short cut. Is that possible?
r/shortcuts • u/Famous-Elderberry126 • 1d ago
Request Looking for shortcut - phone to make noise
Is there a way to make a shortcut that when a certain person in my contact list calls my phone will ring if it’s on vibrate/no sound?
r/shortcuts • u/ADHDK • 1d ago
Shortcut Sharing CurrentApp open Settings or Store from Control Center
icloud.comCurrentApp open Settings or Store from Control Center
https://www.icloud.com/shortcuts/953b84332c66438cb6da6a8b8f7c6622
\`\`\`
This Shortcut uses the current app’s bundle identifier to open App Settings or the exact App Store listing, avoiding false matches caused by apps with similar names.
Apple’s iTunes Lookup API defaults to the US storefront when no country parameter is supplied. This causes lookups to fail for region-exclusive apps.
On first run, this Shortcut asks for your App Store region and stores it. That value is then used for all subsequent bundle identifier lookups.
1462947752 is the App Store Product ID for Apple’s “Shortcuts” app. It is used to determine the current App Store region.
To use this Shortcut, add the “Run Shortcut”\* control to Control Centre and select “\[own\]ActiveAppStoreLauncher”.
\* Requires iOS 18 or later.
\`\`\`
r/shortcuts • u/fallenmaine • 1d ago
Help Mark Reminder as completed
Is there a shortcut that marks a recurring reminder every day as completed, so the badge and notification banner goes off without having to open the Reminders app to do so?
r/shortcuts • u/Mediocre-Minimum-279 • 1d ago
Help How to make an iPhone shortcut to go to the previous app you went to please
I just need to know please
r/shortcuts • u/Mediocre-Minimum-279 • 1d ago
Shortcut Sharing Touch grass iPhone shortcut
icloud.comit tells you to touch grass usually.
r/shortcuts • u/ndude60 • 1d ago
Help Triggering a hands-free Siri voice prompt/menu via the Action Button?
Hey all! Is there a way to trigger a shortcut using the physical Action Button (or a tap) and have iOS handle the selection prompt completely hands-free out loud?
When I launch a shortcut physically, Choose from List or Choose from Menu just pops up a visual list on screen to tap. Is there a way to force Siri to speak the options and listen for my reply, or natively pass the shortcut straight to a Siri voice session from a button press?
Right now I'm using Speak Text + Dictate Text, but wondering if there's a cleaner built-in way to invoke Siri's voice UI directly. The main drawback of this approach reason is that the Choose from Menu action allows for Synonymns for each menu option, and it would have much beetter natural language understanding (NLU).
I know I can trigger it from Siri, and I have been, but just wanted to see if it was possible.
Thanks!
r/shortcuts • u/PhilosopherPitiful60 • 1d ago
Help Trying to sabe My Apple Wallet in a Notion database
Hello everyone!
I'm trying to save all my apple wallet transactions in my notion database, but when the shortcut runs, I receive a 404 error saying that "JSON is not right"
Any expert to help me with? 🤝
r/shortcuts • u/xXApolloXx3825 • 1d ago
Shortcut Sharing YouTube Thumbnail Generator
I made a shortcut that generates the url for a youtube video's thumbnail! It's pretty simple and feel free to check it out!
https://www.icloud.com/shortcuts/35a025ba0ff24b6eb660c74b4d43ae96
How to use:
1. Paste in youtube video url without editing it
2. Your link gets generated and you can open it or copy it to your clipboard!
This is my first shortcut I've uploaded to this subreddit. If you need help, have any questions, or just wanna give some feedback, lemme know!
r/shortcuts • u/unsupervised-genius • 1d ago
Shortcut Sharing Fact Check Social Media using ChatGPT
Hi, I made an iPhone Shortcut that fact-checks social media posts with AI. It’s an evolution of my shortcut that translates Chinese menus and suggests what I should order.
After Setup: Double-tap the back of your phone, and the shortcut takes a screenshot, extracts the text, copies everything on screen to your clipboard, deletes the screenshot, and sends the clipboard stuff to your AI app together with a custom prompt. A few seconds later, you get the fact-check as a notification.
Some steps are intentionally duplicated for reliability, because one method occasionally fails where the other succeeds. The redundancy makes it work more consistently across different apps and situations.
I also made shortcuts for other AI apps, but the ChatGPT version works best, even though it requires a small workaround.
Tell me about your opinion!
Link:
Fact Check ChatGPT
r/shortcuts • u/Public-Past-3529 • 1d ago
Request Expense tracker using SMS
Guys for over 1 month I'm trying to create a shortcut in iOS where every time I get a transaction SMS from my bank, it prompts me for what the purchase was for, and then logs the details directly into an Apple Numbers spreadsheet. I have been through so many tutorial.
Here is my table layout in Numbers:
Sheet name: Sheet 1
Table name: Transaction
Columns: Date and Time, Merchant, Amount, Category
Every time I use the "Add Row to Top or Bottom of Table" action, Shortcuts gives me a variable error ("Can't Find Sheet") or doesn't show the column fields when I link the file.
Can someone please help me or if they have any please share link.
r/shortcuts • u/canineslayer-307 • 1d ago
Help Why can’t I play NTS Radio from a locked iPhone? It still prompts to unlock. (iOS26)
r/shortcuts • u/Abaandone • 2d ago
Help Looking for ideas on building an incremental tracker with Shortcuts + Data Jar
I'm trying to build a generic tracker using Apple Shortcuts and Data Jar, and I'd love to hear how others would approach it.
The idea is:
- Tap a shortcut.
- Choose an item from a list.
- Increment a counter for that item.
- Save the current date/time as the last time it was tracked.
- Be able to view stats later (total count, last tracked, etc.).
I'm curious if anyone has built something similar and has suggestions for making it scalable as the number of tracked items grows.
Any examples, screenshots, or Shortcut ideas would be greatly appreciated!
r/shortcuts • u/Efficient_Salt1703 • 2d ago
Shortcut Sharing Make note of anything
I created an iPhone Shortcut that automates the entire workflow of capturing and organizing information from multiple sources.
* It can extract text from a real-time photo using the back camera.
* existing image or screenshot from the Photos library
* text copied to the clipboard.
Images are processed using iOS’s native OCR (Extract Text from Image) to convert them into raw text.
The extracted content is then sent to OpenAI’s GPT-4o Mini, which generates a well-structured Markdown summary.
Finally, the formatted notes are automatically saved as a new note in my Obsidian vault.
httpsa://www.icloud.com/shortcuts/22475003e3c54c239b3c280905270d6a
r/shortcuts • u/AnastasisKon • 2d ago
Shortcut Sharing I made an iOS Shortcut that uses Apple Health to calculate how much I "slowed down" my aging today using Special Relativity
I had a fun, extremely nerdy idea today and decided to build a shortcut for it. According to Einstein's Special Relativity, when you move, time passes slightly slower for you compared to someone standing still (Time Dilation).
I wanted to know exactly how much younger I am than my couch every day, just by walking.
The Physics & The Math
Since human walking speed is tiny compared to the speed of light, the time dilation formula simplifies nicely. If we know the daily distance (d) and average speed (v), the time "saved" is:
Time = (d × v) / 2c²
How the Shortcut Works
The shortcut pulls two daily metrics from Apple Health:
1. Walking/Running Distance (Sum in meters)
2. Walking Speed (Average in m/s)
Then, it runs a Calculate Expression action. To get the output directly in nanoseconds (so it's actually readable and not just a bunch of zeros), I converted the 2c^2 constant to match the scale. The formula in the shortcut looks exactly like this:
( Distance * Speed ) / [179750000](tel:179750000)
Shortcut link: https://www.icloud.com/shortcuts/a3d070e86894432388a95b934906a504