Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scriptable's parameterizedRunScript() has no way of linking a script #138

Open
t0scale opened this issue Jan 14, 2024 · 0 comments
Open
Labels
Action Parsing bug Something isn't working

Comments

@t0scale
Copy link

t0scale commented Jan 14, 2024

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.

@t0scale t0scale added Action Parsing bug Something isn't working labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Parsing bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant