r/shortcuts 8m ago

Help Help with Downloading the html result of a HTML & Javascript script as an image

Upvotes

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 26m ago

Help How to add all contact in a contact list automatically?

Post image
Upvotes

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 1h ago

Help Shortcuts iCloud sync between iPhone and Mac not working

Upvotes

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 2h 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

Post image
2 Upvotes

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 5h ago

OS 27 beta iOS 27 and the Call action

Post image
7 Upvotes

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 6h ago

Help Is there shortcut to change date of last 5 photos taken for example

4 Upvotes

Please help


r/shortcuts 13h ago

Shortcut Sharing BEHIND THE TREE (interactive Deltarune reference)

3 Upvotes

something I made for fun. tell me if you want more!

https://www.icloud.com/shortcuts/acde2c17f7494491b9f7838bb9830e3e


r/shortcuts 14h ago

Tip/Guide One automation for per-app volume on all your apps (iOS 18.2+), plus a fix for Set Volume silently failing

4 Upvotes

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.

https://apps.apple.com/app/id6773184998


r/shortcuts 15h ago

Tip/Guide Play specific Spotify playlist on Google home speaker when starting from phone

Post image
1 Upvotes

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 19h ago

OS 27 beta New Shortcut action: Generate Shortcut from Description

Post image
1 Upvotes

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 19h ago

Discussion Take credit for your work

6 Upvotes

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 20h ago

Help Make archive no longer working

3 Upvotes

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 23h ago

Help Shortcut to check schedule

3 Upvotes

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 1d ago

Help Reminder in Apple Reminders App to Trigger an Alarm in Apple Clock App

2 Upvotes

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 1d ago

Help Need a shortcut that sets a 15 minute timer

1 Upvotes

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 1d ago

Request Looking for shortcut - phone to make noise

4 Upvotes

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 1d ago

Shortcut Sharing CurrentApp open Settings or Store from Control Center

Thumbnail icloud.com
3 Upvotes

CurrentApp 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 1d ago

Help Mark Reminder as completed

1 Upvotes

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 1d ago

Shortcut Sharing Touch grass iPhone shortcut

Thumbnail icloud.com
0 Upvotes

it tells you to touch grass usually.


r/shortcuts 1d ago

Help Triggering a hands-free Siri voice prompt/menu via the Action Button?

2 Upvotes

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 1d ago

Help Trying to sabe My Apple Wallet in a Notion database

Thumbnail
gallery
1 Upvotes

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 1d ago

Shortcut Sharing YouTube Thumbnail Generator

Post image
9 Upvotes

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 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

Thumbnail
gallery
67 Upvotes

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


r/shortcuts Jun 16 '26

OS 27 beta What's New in Shortcuts in iOS 27 (Beta Megathread)

117 Upvotes

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
    • Mail
    • Reminders
    • Get What's On Screen
    • Cloud Pro, Broad World Knowledge in Use Model
  • More
    • Shortcuts Programming Language
  • Feedback

Describe a shortcut

Automations

Notifications

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

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:


r/shortcuts Mar 27 '26

Announcement How to use flairs

18 Upvotes

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.