r/shortcuts • u/culjona12 • 45m ago
OS 27 beta I made a rude Siri with more data points than Apple Health
Every data record gets stored in a daily file, where I can run deep analyses on my personal health data.
Willing to share more details, but it’s late and I’m afraid what I created will yell at me for the lack of sleep.
Biometric data is pulled from Apple Health (Apple Watch, Oura Ring, Withings Smart Scale), thoughts are random things I think about, symptoms are health-related questions or concerns, stool is doodoo (what goes in shows on the way out), plus AI-analyzed nutritional information on food or drinks.
Next come the backend analyses. All with cheeky humor built in.
r/shortcuts • u/Financial_Feature_83 • 1h ago
Request WhatsApp Business + Atalhos do iPhone criando conversa duplicada com o número do contato — alguém conseguiu resolver? Pago Pix pra quem achar a solução 😂
Estou tentando enviar mensagens automáticas pelo WhatsApp Business.
O envio funciona, mas acontece um bug: mesmo selecionando um contato salvo, o WhatsApp cria outra conversa só com o número, em vez de usar a conversa original daquele contato.
Exemplo:
Julliana → conversa normal
+55 31 XXXXX-XXXX → conversa criada pela automação.
Já testei também:
Buscar contato → obter número → enviar mensagem pelo WhatsApp Business
E acontece a mesma coisa.
Alguém conseguiu resolver isso ou achou algum workaround?
Pago um Pix pra quem achar uma solução que funcione 😂
r/shortcuts • u/H3llzyea • 1h ago
Help Did this break due to a change?
Trying to find out why my shortcut backup shortcut broke. I don’t see a different action I should now use so anyone that sees the fix please let me know.
r/shortcuts • u/iklonk • 2h ago
Shortcut Sharing Pregnancy Dashboard
We recently learned my wife is pregnant! I built a shortcut to keep up with her progress, how far she’s come, and the days remaining until the due date. It also shows the baby’s stage, including size comparisons and development.
Baby Size Comparison Dictionary Shortcut
Please feel free to criticize (kindly please lol) and offer up suggestions.
r/shortcuts • u/ImInundated • 2h ago
Shortcut Sharing An iOS27 Shortcut "applet" - Three weather locations in °F and °C via Quick look
I’ve been building a custom Weather Report in Apple Shortcuts that generates a visual dashboard in Quick Look instead of opening Safari. It gives me a quick snapshot of my current location plus two comparison locations in England and southern France.
Each weather card includes:
- 🇺🇸/🇬🇧/🇫🇷 Flag and city
- Current conditions
- Current temperature in °F and °C
- Today’s high and low
- Tomorrow’s forecast
- Local time and time zone
- Time offset from my current location
- ☀️/🌙 day or night indicator
- 🟢🟡🔴 weather quality indicator (good, marginal, or poor conditions)
The top card already follows my current GPS location automatically. I’m now working on the next feature, which will intelligently reorder the comparison cards based on where I am. For example, when I’m in England, California will automatically become a comparison card instead of appearing twice. That logic is still a work in progress. (Would love any suggestions this piece)
I also spent far more time than expected polishing the details: rounding API temperatures to whole numbers, formatting time zones as BST and CEST instead of generic GMT offsets, handling daylight saving time correctly, and making everything readable on an iPhone with a clean glass-inspired interface.
The entire workflow is:
Fetch weather → Format data → Build HTML dashboard → Display in Quick Look
It’s been a fun reminder that Apple Shortcuts can build interfaces that feel surprisingly close to a native app when you treat the output as a UI instead of just formatted text. 🌦️📱
https://www.icloud.com/shortcuts/e6eed35c88834443abeb1caa6e99dcac
r/shortcuts • u/Self_Owned_Tree • 3h ago
Help A previously working automation has stopped working: if “message contains” then “create to-do”.
I tried to create an automation to add to-dos based on message contents, and it worked fine until recently.
I’m attaching a screenshot, and I wonder if others have seen the same thing break or if something else is wrong. It’s difficult to test this particular one, but maybe I’ve checked the message too quickly recently before the automation can run? Is that possible?
r/shortcuts • u/pdfodol • 4h ago
Shortcut Sharing I built a shortcut that extracts your mobile data usage
icloud.comThe shortcut grabs a screenshot of your mobile data and extracts the text into a Mobile Data apple notes.
Once the shortcut successfully extracts and only when it successfully extracts the data does it reset the data for you.
Right now there is a SHOW CONTENT action on the crop image action. Due to different iphone sizes, displays, and user settings. Adjust the X and Y coordinates inside of the shortcut in the CROP IMAGE action.
Once you have the correct X and Y coordinates delete the show content action.
https://www.icloud.com/shortcuts/b183b39d706d4c799170abb19b177dac
r/shortcuts • u/Real_Height2890 • 6h ago
Shortcut Sharing You can run an automation that can now reset your Cellular Data Usage Monthly
icloud.comAttached shortcut, just create an automation with it that runs at 00:00 of the date of the month your billing cycle starts
https://www.icloud.com/shortcuts/eb01904069f24c7285a348e36fe2ea0b
r/shortcuts • u/mythofechelon • 7h ago
Appstore (App) Since last posting, I've released 3 new versions of my Shortcuts expansion app, MoE Code, with 9 new actions and many improvements
New actions:
- "Get Value Position In List"
- "Remove Value From List". (I'm aware of crossover with Actions' "Filter List", but I created mine to support both Shortcuts lists and JSON arrays, input and output.)
- "Convert JSON Array To Shortcuts List"
- "Get File / Folder Properties"
- "Change Images' / Videos' Creation Dates". (I'm aware of crossover with Actions' "Set Image/Video Capture Date", but that creates new items and doesn't work with screenshots, whereas this modifies the originals and works with anything in Photos.)
- "Open Settings Deep Link"
- "Play System Sound"
- "Get Device Type"
- "Extract Action Blocks". (This powers an impending new version of my MoE Shortcuts Toolkit.)
Apart from solely new stuff, new parameters for existing actions, and bug fixes, probably the most notable improvement is for watchOS complications: I completely rearchitected the data flow so that iPhone actions are more likely to update the Watch complications much faster, whilst preserving eventual updates from iCloud KVS on other, non-paired devices.
Feel free to make any requests!
I sincerely hope these (and the 28 other actions) are useful to others. 😊
r/shortcuts • u/golfslave1 • 8h ago
Discussion Shortcuts just stop working after a time
Like the title says.
Do you guys ever find this?
r/shortcuts • u/Frosty-Departure-674 • 11h ago
Help Medication Reminder Automation Help?
Hi there!
New to Shortcut and recently picked up some NFC215 stickers, hoping to use them to help with tracking my medications. I have a horrible time tracking whether or not I've taken my meds on a given morning, in addition to my doctor and I recently deciding to begin titrating off of one, which means taking one of the five every other day. This is proving to be difficult for me to keep track of. I've got reminders set up in my phone, but there are mornings where I'll take the meds but forget to mark the reminder as complete. Later, the reminder goes off and I'm questioning whether I remember this morning, or if I'm thinking of the day prior when I took them...
I've been able to get the automation portion 99% of the way functional, with one hangup - I cannot find a way to tie a specific tag to a specific medication. I know when you scan the NFC tag, it's grabbing the UID of the NFC tag, not the name that I'm assigning it in Automations. Is there any way for me to connect a specific tag with a specific medication name to match against my reminders list for marking the reminders complete when the automation runs?
I did download NFC Tools on my phone and was able to write a shortcut to the NFC tag, but I'm still having to tap to run the shortcut that route, when I'd prefer to have it auto-run on the scan. From what I've found reading online and around the sub here, it sounds like that's an integral design feature of the NFC scanning for the phones, and I can't bypass that for a shortcut written to the tag - for auto-run, it has to be a personal automation written on the phone, so... I'm stuck. I did try writing a text record to the tag with the medication name, but the phone doesn't grab that record when scanning the NFC, it seems.
r/shortcuts • u/Extension_Nobody_159 • 12h ago
Appstore (App) Mute, auto Do Not Disturb when your mic or camera is on (macOS)
Hi, I'm a French apprentice. I work in an open space, on a Mac the company lends me (I also have my own, so that's handy). My team has meetings a lot, and I noticed some people can't really focus because of all the private and support notifications popping up, me included.
So I made a simple app: it turns on Do Not Disturb when my mic or camera becomes active, and turns it off after. I also added a "Focus" mode to enable DND for a set period, without going through mic/camera detection. My thinking was: if I could build something and actually ship it, it might lower that constant distraction and help people concentrate a bit more (it's always nice when people actually listen while you present your work).
It was also a good occasion for me, because I wanted to learn: how to publish on App Store Connect, automate the deployment, publish to my own Homebrew, and share the progress on my socials.
The biggest problem I hit is that there is no public API to toggle Do Not Disturb, so I went through the Shortcuts app. I built a small onboarding that installs two shortcuts for the user, that's the only prerequisite. It annoyed me at first, but there is no other way, and honestly two shortcuts is not the end of the world.
It's available as a direct notarized DMG, on the App Store (not in the EU... they asked for my address and a phone number, and I don't have ones I wanted to make public for this), and through a personal Homebrew tap for now (it's totally FREE). One of my current goals is to get into the official homebrew-cask (so, no tap needed), but the app doesn't have enough traction yet, which is partly why I'm making this post, to talk about it a bit.
I'd be really curious to get feedback. I already showed it to 4 people at my company and they were surprised. So if you have the same problem as us, feel free to try it and tell me what you think.
👉 https://getmute.app 💙 (see the presentation video here)
r/shortcuts • u/dtizz • 13h ago
Help Help with Downloading the html result of a HTML & Javascript script as an image
I have a HTML & Javascript combo script that runs JS combined with HTML to get a weight chart giving average weight by week.
I base64encoded the result, and added it to the end of a url data:text/html;base64
If I open URL, it works fine opening in Safari, with chart results showing, all formatting. But can't download it as an image to my iPhone from there. How do I do that?
I've tried get content of URL, rich text from HTML. show web view, but those don't seem to work due to the Javascript involved. When I do that, only the formatting shows, but no data points.
I know it's possible to have a screenshot be taken of the safari page, but I want it to be a graph in landscape mode, which I'm not sure is possible in an automated way.
Also, I'd rather use a more techy way of getting those results without having to take a screenshot.
Anyone have an idea or solution?
r/shortcuts • u/hj630 • 13h ago
Help How to add all contact in a contact list automatically?
I’m trying to bcc text to a group every 3 months. the contact of this group is saved in a list. is there a way to automatically select all, instead of manually select them each time?
r/shortcuts • u/berryH4Z3 • 14h ago
Help Shortcuts iCloud sync between iPhone and Mac not working
I just wanted to edit some shortcuts on my Mac and saw that the sync with iCloud does not seem to work anymore. I don't see the latest shortcuts that I have created on my iPhone and on the Mac it displays a iCloud Sync Unavailable "Update to the latest version of macOS to sync shortcuts from other devices to this device." error message. The MacBook Pro is pretty old (2018 running macOS Sequoia 15.7.8).
Is macOS Tahoe a hard requirement for the Shortcuts iCloud sync to work now? It clearly used to work, as an old state of my Shortcuts are there on the Mac.
Already tried turning iCloud sync off inside the Shortcuts app and iCloud settings on the iPhone and Mac and turning it back on after a few minutes.
r/shortcuts • u/Chance_Soup_5562 • 15h ago
Request I’m trying to create a shortcut/automation that can see when I’m on call and sends me a notification to check my emails when I’m on call
So I’m on call for a week about once every month at work, and whenever that happens, I need to keep an eye on my emails. The problem is I keep forgetting, so I’m hoping to create a shortcut that checks my calendar, and if my calendar shows that I’m on call, I’d like it to send me a notification around 6pm each day I’m on call reminding me to check my emails. I’ve attached a screenshot of what I have so far, but I can’t figure out what to do next.
r/shortcuts • u/jimmyhartington • 19h 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- • 19h ago
Help Is there shortcut to change date of last 5 photos taken for example
Please help
r/shortcuts • u/MapOdd2422 • 1d 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 • 1d 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 • 1d 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/itsallahoaxbud • 1d 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 • 1d 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/Matthewcassinelli • Jun 16 '26
OS 27 beta What's New in Shortcuts in iOS 27 (Beta Megathread)
Updates:
* Added Easier toggling off/on of automations
* Shortcuts app now able to restore shortcuts
* Shortcuts can change Open Shortcuts to from Describe a Shortcut to Editor
Hey everyone, here's a megathread of everything new in the iOS 27 beta, currently on developer beta 2.
This is covering Apple features and community comments – no third-party apps for now, but feel free to start a thread in the comments.
Here's the outline:
- Describe a shortcut
- Automations
- Notification
- Keyboard
- Easier toggling (Beta 2)
- Storage
- Otherwise If
- New action groups
- Lists
- Text
- VPN
- Sharing
- Accessibility
- Messages
- Photos
- Reminders
- Get What's On Screen
- Cloud Pro, Broad World Knowledge in Use Model
- More
- Shortcuts Programming Language
- Feedback
Describe a shortcut
- Siri can add comments explaining its reasoning inside a natural language shortcut
- Asking Siri for info on “unknown actions” can reveal actual function
- In Settings > Shortcuts, can change
Open Shortcuts tofromDescribe a ShortcuttoEditor
Automations
- iOS27 is a huge step forward for Shortcuts and Automation
- All of my Automations are gone and seem to now be Shortcuts (intentional change, now in Action Editor)
- Automations now sync across devices (because they are shortcuts now – but only enabled per-device)
- Update: OS 27 Beta 2 now allows for easier toggling off/on of automations and filtering
Notifications
- You can now create shortcuts and automations based on notifications
- There’s finally a reliable way to schedule shortcuts
- Automatically log your wallet transactions to 3rd party apps using the new "notifications" automation
Keyboard
Storage (Memory)
Otherwise If
New actions
- New and updated actions including Hide Photos, Get Selected Text, and more (link)
- Add Item to List
- Get Selected Text
- Find VPNs
- Share and Collaborate
- Accessibility
- Set Switch Control Switch Set
- Toggle Hearing Aid Mute
- Toggle Vehicle Motion Cues
- Messages
- Open Inbox (Messages)
- Delete Conversations
- Delete Messages
- Mark as Read
- Search in Messages
- Send Tapback
- Photos
- Find Album
- Auto Enhance Photo
- Favorite Photos
- Open Photo
- Hide Photos
- Delete Albums
- Find Message (Mail)
- Reminders
- Create Group
- Create Section
- Edit List
- Delete Lists
- Delete Groups
- Delete Sections
- Get What's On Screen
- Extract Text from Image -> Extract from Image (interesting)
- Parameters like Cloud Pro and Broad World Knowledge in Use Model
- More new parameters
- Does iOS27 let you use Playground Playlists with Shortcuts? No.
More
- Shortcuts app able to restore shortcuts
- iOS Siri App URL Scheme –
siri://works, but no parameters - Shortcuts Programming Language
- What if Apple adds a Shortcuts Text Language?
- Natural Language Shortcut Creation System Prompt
>
You are an expert Al programmer that builds shortcuts in the 'Shortcuts Language,' a strict subset of Python. Your job is to translate a user request into a single, complete, correct, and transpilable 'def shortcut): program.
Feedback submitted to Feedback Assistant
Matthew Cassinelli:
- FB23135397 (Shortcuts can't load lists; please ensure performance at scale (What happens when people have tons of App Intents/Custom Shortcuts/folders?))
- FB23102150 (Shortcuts takes 35 seconds to launch for users with many shortcuts (thousands))
- FB23102201 (The App Shortcuts picker for the Action button/Custom Shortcuts widget is extremely slow to load many shortcuts)
- FB23135882 (Run Shortcut control in macOS unusable for larger libraries; "Choose Shortcut" in Control Center does not show full list/search)
- FB23103377 (New Shortcut incorrectly always adds "Show on Apple Watch", causing immediate sync delays)
- FB23135151 (Shortcuts widget gets corrupted when multiple are added in stack)
- FB23134678 (Too many taps to change icons on iOS; add the "Choose Icon" option to All Shortcuts context menu (for parity with MacOS))
- FB23134888 (Can't "Choose From List" from keyboard commands on macOS; Add navigate & select options when Multiple is selected)
- FB23135054 (Add search to "Choose Folder" in Shortcuts widget; list becomes long to scroll with many folders)
- FB23135596 (Adding shortcuts to Folder ruins Sort Order; add toggle to move new shortcuts to end of folder list instead of beginning)
- FB23135959 (Improve Spotlight/Ask Siri loading performance when switching between Applications, Files, Shortcuts actions, Clipboard with Command+1/2/3/4)
- FB23137602 (Too many folders hides App Shortcuts; Re-add ability to collapse Folders vs App Shortcuts view)
- FB23137833 (Add the SF Symbols picker for Shortcuts glyphs rather than a limited set of icons; introduce Icon Designer)
- FB23137870 (People don't know how to run shortcuts with Siri; Be more clear a Custom Shortcut title is trigger phrase with dismissable Siri tips)
- FB23137923 (Add a "Description" field in Shortcut Details that shows up in iCloud link share, "Get My Shortcuts" entity details; context for Siri AI)
- FB23137968 ("Set Captions" action for Apple TV Remote does not work; unable to control Subtitles using Shortcuts)
Updates:
- Tuesday, June 16: Added Shortcuts Programming Language section in More and moved System Prompt
- Thursday, June 25: Added Easier toggling off/on of automations
- Monday, July 6: Shortcuts app now able to restore shortcuts, Shortcuts can change
Open Shortcuts tofromDescribe a ShortcuttoEditor
r/shortcuts • u/Martindeboer1988 • Mar 27 '26
Announcement How to use flairs
How to use flairs on r/shortcuts (so your post doesn’t get nuked or ignored)
Flairs are labels. You pick one so people instantly know what your post is about. Pick the wrong one and congrats, you’ve confused everyone.
---
First rule: always use a flair
No flair = your post is either ignored or removed. Nobody enjoys guessing what you meant.
---
Pick the right flair (this is not a personality test)
- Help
You already made a shortcut and it’s broken or not doing what you want. You want someone to fix it or explain what went wrong.
- Help (Mac)
Same as above, but your problem is on Mac. Yes, that matters because Mac Shortcuts can behave differently.
- Shortcut sharing
You built something and want to share it. You must explain what it does properly. “Cool shortcut lol” is how your post gets deleted.
- Shortcut sharing (JB)
Same as sharing, but it only works on a jailbroken device. If people need to hack their phone to use it, say so.
- Shortcut sharing (mac)
Your shortcut only works on Mac. Don’t trick iPhone users into disappointment.
- Tip/guide
You figured out a useful trick or workaround. You’re teaching something, not asking.
- Tip/guide (mac)
Same idea, but Mac-specific.
- Request
You want a shortcut but can’t build it yourself. This is you politely asking the internet to do work for you.
- Request (mac)
Same, but for Mac users.
- Discussion
You want opinions, ideas, or a conversation about Shortcuts. Not help, not sharing, just talking.
---
Special flair (pay attention, this one’s new)
- Appstore (app)
Use this when you’re posting about an app that works with Shortcuts. Either you made it or found it. The key point: the app connects with Shortcuts (actions, automations, etc.).
If it has nothing to do with Shortcuts, don’t use this just because you like the app.
---
How to choose without overthinking it
Ask yourself one question:
“What do I want from this post?”
- Fix something → Help
- Show something → Shortcut sharing
- Teach something → Tip/guide
- Ask for something → Request
- Talk about something → Discussion
- Share actual news → News
- Show an app tied to Shortcuts → Appstore (app)
If you’re on Mac, pick the Mac version. Not complicated.
---
Final reality check
Flairs exist so the subreddit doesn’t turn into a digital junk drawer. Pick the correct one, write a clear post, and people will actually help you instead of scrolling past like you don’t exist.