A custom Apple Shortcuts action that provides an "if-false" control flow block. When enabled, child actions are skipped. When disabled, child actions execute normally.
- Toggle Control: Enable/disable to skip or execute child actions
- Visual Indicators: Clear icons show whether actions will run (
▶️ ) or be skipped (⏸️) - Comments: Add descriptions to explain what each block does
- Native Integration: Works seamlessly with Apple Shortcuts
- Add the "If False Block" action to your shortcut
- Toggle "Enabled" to control execution:
- ✅ Enabled = Skip child actions
- ❌ Disabled = Run child actions
- Add optional comment to describe the block's purpose
- Place actions below that should be conditionally executed
# Open in Xcode
open Package.swift
# Or build with Swift CLI
swift build
- Build the app in Xcode
- Install on your device
- The actions will appear in the Shortcuts app
Basic conditional block with toggle and comment support.
Enhanced version with visual feedback and state display.
Advanced control flow using native ControlFlowIntent protocol.