Scriptable's parameterizedRunScript() has no way of linking a script
Opened this issue · 0 comments
t0scale commented
What action is the issue?
Scriptable's parameterizedRunScript()
Describe the bug
The action compiles to Shortcuts successfully, but there seems to be no way to include a parameter or script file reference.
Steps To Reproduce
import Scriptable
import Shortcuts
#Color: red, #Icon: shortcuts
text(text: "Morning Routine") >> morn
var data = morn
parameterizedRunScript(texts: data, runInApp: true)
Screenshots
If applicable, add screenshots to help explain your problem.
Information
- Device: iPhone 13
- OS: iOS 17
- Jellycuts Version 1.4.1(5)
Additional context
My shortcut includes several calls of this scriptable shortcut and without the ability to include the data and script in jellycuts I have to manual do this in shortcuts after importing for each instance of the action. This is especially frustrating when I'm testing scripts and I tend to have to import a script over and over.