The Problem
I'm getting an unexpected file path when using Shortcuts.app to create an Obsidian external link to a file from the Finder Quick Action menu that looks like:
[Client Workflow](file:///Users/user/Library/Group%20Containers/group.com.apple.shortcuts/Temporary/com.apple.WorkflowKit.BackgroundShortcutRunner/Client%20Workflow.txt)
Expected Behavior
[Client Workflow](file:///Users/user/Obsidian-Vault/coaching/Client%20Workflow.pdf)
What I've Tried
I've broken the logic down into its most basic parts and all I'm left with is the impression that there's some black-box local caching going on (i.e., WorkflowKit) that points to cached local (plaintext) data rather than to the realpath.
WYSIWYG Logic
Download File
If you'd like to use my Shortcut it can be downloaded from https://www.icloud.com/shortcuts/ade16caab9aa4d68a51557b342785645
