Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
freem
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Openai/6945998f-2220-8000-9477-424a0c33133c
(section)
Add languages
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Step 6 — Accurate iOS 26.3 Developer Beta 1 === ==== Concept ==== * Get file from File Path outputs a File object * We want to compare the content of that file to the current feed * Since there is no “Get Text from Input,” we need to Get Contents of File explicitly ===== 1. Insert a new action before the If ===== # Tap Add Action after Get file from File Path # Search for: <syntaxhighlight>Get Contents of File </syntaxhighlight> # Tap it # Input: File (this is the output from Get file from File Path) # This now outputs the text content of the previous feed file ===== 2. Insert a second action before the If ===== # Tap Add Action after Get Contents of URL # Search for: <syntaxhighlight>Get Text from File </syntaxhighlight> : Actually, in iOS 26.3 beta, the text from the URL is already treated as Text. So nothing is needed here — the output of Get Contents of URL is already text. ===== 3. Configure the If block ===== # Add If action # Tap Left Input (currently shows File Path) - Change Type → Text - Input: Contents from Get Contents of URL (current feed text) # Tap Right Input - Change Type → Text - Input: Contents from Get Contents of File (previous feed text) # Condition: is not : This will compare the current feed text to the previous feed text properly. ===== 4. Then / Otherwise ===== * Then → Show Notification + Save File (overwrite opm_last_status.txt) * Otherwise → leave blank ===== ✅ Summary for iOS 26.3 Beta 1 ===== Your shortcut sequence: # Get Contents of URL → OPM feed (outputs Text) # Get file from File Path → opm_last_status.txt, Error If Not Found = OFF (outputs File) # Get Contents of File → input = File from previous step (outputs Text) # If [Current feed Text] is not [Previous file Text] - Then: - Show Notification → “OPM Operating Status Changed” - Save File → opm_last_status.txt, Overwrite = ON - Otherwise: empty : Now you don’t need “magic variables” at all. iOS 26.3 uses explicit content extraction, which is why the old tutorials fail. If you want, I can draw a little diagram of the exact action sequence for iOS 26.3, so it’s crystal clear what to tap at each step — that usually saves hours of frustration. Do you want me to do that?
Summary:
Please note that all contributions to freem are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 (see
Freem:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)