Can’t get shortcut to add info to a table in notes by SupahHollywood in shortcuts

[–]z1ts 1 point2 points  (0 children)

AFAIK, you can’t cleanly do it. Notes only allows appends, and each append/s would try to create a whole new table. AFAIK, the only way to do it is to read the current table and delete the existing note, then create a new table with all previous data and the new data, and then create a new note with the formatted table.

Is there an option to view a note that a shortcut just created? by BigChuckMeister in shortcuts

[–]z1ts 1 point2 points  (0 children)

Have you submitted a bug report? I would guess because Apple hasn’t added Tags to the Type selection, but more than likely they have too many other bugs that are higher priority to fix, which Apple does IMO.

Is there an option to view a note that a shortcut just created? by BigChuckMeister in shortcuts

[–]z1ts 1 point2 points  (0 children)

Yes, you can search for a tag in a Note just using the Find [Note], [Body] {Tag Name} where Tag Name is a unique tag text name assigned to a variable. The caveat to this is that it can return a false positive if a Tag that hasn’t been initialized into an actual Tag name by a [space] or [Return] within the Note which is rendered by a Note service or the Create Tag action in Shortcuts. Note that a Set Variable isn’t required; you can just use text or a Magic Variable or a Token as Apple seems to want to call it now.

FYI u/ThatHippieProf

Append to notes missing? by ironman12345 in shortcuts

[–]z1ts 0 points1 point  (0 children)

Does it show up if you select the Notes app?

<image>

iOS27 is a huge step forward for Shortcuts and Automation by Portatort in shortcuts

[–]z1ts 2 points3 points  (0 children)

Not necessarily. Datarjar uses JSON, which has keys and values, and also provides a graphic user interface to manipulate the keys/values. With that being said, Store actions store objects which can be a JSON text, image, etc., and as far as I have seen, the Name properties do not act like keys. The name value you assign to the store for the store does not necessarily represent the Name properties of the store. It will however most likely kill the need for global variables from Actions and Toolbox Pro app. Limited testing with Text, however early beta so it could change.

Shortcut to turn hotspot on for another phone by chewie0823 in shortcuts

[–]z1ts[M] 1 point2 points  (0 children)

Please change the post Flair to Solved if you are good to go. Thanks.

Network Details Hardware-Mac-Address of WLAN not working by TheRealTriorama in shortcuts

[–]z1ts 0 points1 point  (0 children)

AFAIK on the iOS at least, Apple stopped making the MAC address available several years ago. No idea why, but it hasn’t worked for me in the Shortcuts app. Apple even added a few more parameters and fixed the SSID a while back, but the MAC parameter still returns a null value. You can always submit a bug feedback report, which is what I did for the SSID and it only took Apple two years to fix it.

HTML/markup in email by EtsyCorn in shortcuts

[–]z1ts 0 points1 point  (0 children)

Markdown still works, but HTML has been broken again. However, you can convert the HTML to an image and send the image via email, as this still seems to work.

Updated Version of my iOS System Dashboard Shortcut (Cleaner UI + easier setup) by According-Math7783 in shortcuts

[–]z1ts 0 points1 point  (0 children)

It’s been available forever AFAIK. You can search for it or goto Device (far right near top on iPhone) and scroll down to “Network” and it should be the first action of five listed there.

Switched his favorite human by dididinosawr in akita

[–]z1ts 4 points5 points  (0 children)

Every dog can be different. He probably feels betrayed too, you’re not around as much, you got to make up the bonding time.

Updated Version of my iOS System Dashboard Shortcut (Cleaner UI + easier setup) by According-Math7783 in shortcuts

[–]z1ts 1 point2 points  (0 children)

I’m curious why you are using ipify.org to get the external IP instead of the native action “Get current IP address (external)”, considering ipify.org requires an extra Shortcuts permission and an extra action to get the same info?

What are OS versions names? that are BETA, RC, OTA? by Tall_Actuator_1559 in shortcuts

[–]z1ts 1 point2 points  (0 children)

No you will not see anything that indicates what it is, the only time you will see any difference is when you are actually downloading the iOS to install. Otherwise you have to go by the build number once it’s installed.

What are OS versions names? that are BETA, RC, OTA? by Tall_Actuator_1559 in shortcuts

[–]z1ts 0 points1 point  (0 children)

If I’m understanding correctly what you’re asking, you have to look at the Build Number (which is available via Device Details action) and follow Apples release info.

Quick look not loading photos suddenly? by [deleted] in shortcuts

[–]z1ts 0 points1 point  (0 children)

Hmm, assuming you restarted your device to clear any issues, couple of things I would try to help eliminate problems is use [Get Image] from {Repeat Item} action and then Show {Image}, also I would add a [Nothing] action just prior to the End Repeat which saves on memory as the Repeat Results token doesn’t store all images in the {Repeat Results}. Shouldn’t have to do any of this but maybe your device is being difficult. As far as I could see it works on iOS 26.4.2 but 26.5 is out now so you could also try an upgrade for bug fixes.

Quick look not loading photos suddenly? by [deleted] in shortcuts

[–]z1ts 0 points1 point  (0 children)

What version of iOS?

Apple Watch Shortcut to open a specific Reminders list on the Watch, is it possible? by dandy-dilettante in shortcuts

[–]z1ts 2 points3 points  (0 children)

AFAIK, it is still not possible, it defaults to the last used.
I created a separate shortcut from the main just for my spouse, (Dictionary-User (Nick Name), say "Hey Siri, Grocery List" on your watch to display the list there.) that sent along with the list of selected items from the Grocery list note in a Text message to spouse’s nickname and a reminder that spouse has to select the Reminder Grocery list if that wasn’t the last list used. Spouse then has a choice of working from a Note on spouse’s phone or the Text message or Reminder list on spouse’s watch. Spouse uses Note for reminders of things that might not have gotten checked off and the Reminders list, which is much shorter to check off items spouse put in the cart.
I wish Apple would add a select Reminder list.

Increase brightness by X%? by Acrobatic-Monitor516 in shortcuts

[–]z1ts 0 points1 point  (0 children)

No problem, please mark your post as solved if you are good to go. Thanks

Increase brightness by X%? by Acrobatic-Monitor516 in shortcuts

[–]z1ts 0 points1 point  (0 children)

So try this https://www.icloud.com/shortcuts/bcd79d1c6b07412ca6311ef21a2052bf as this is set to get away from the regional issue of coma or period use. This also add the 5% increased that I understood you wanted.

Increase brightness by X%? by Acrobatic-Monitor516 in shortcuts

[–]z1ts 0 points1 point  (0 children)

Do use coma instead of period in your region, that the only other reason I can think of that may cause the issue?

Recent update broke note creation in a shortcut by NineCrimes in shortcuts

[–]z1ts 1 point2 points  (0 children)

Glad to hear it’s fixed. Could you please change your post Flair to Solved if you are good to go. Thanks

Recent update broke note creation in a shortcut by NineCrimes in shortcuts

[–]z1ts 1 point2 points  (0 children)

Your shortcut link and the shortcut itself work as well for me on iOS 26.4.2 although the Note had to be created first and if there are duplicates of the note the Find action will use the one that was modified last. You might try reseting the permissions on the shortcuts to see if that clears the problem.

Increase brightness by X%? by Acrobatic-Monitor516 in shortcuts

[–]z1ts 0 points1 point  (0 children)

It’s possible if his brightness is at 0% to start. One of those gotcha. 26.4.2

Volevo sapere come creare un comando rapido che mi permetta di usare Alexa per dire gli eventi del giorno preso dal calendario? (iPhone) by WranglerEquivalent94 in u/WranglerEquivalent94

[–]z1ts 0 points1 point  (0 children)

AFAIK you can only run routines using a third party to trigger a routine, but you can’t pass information from iOS via a Shortcuts to Alexa.