You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following Jelly code results in a compilation error that complains about the missing a parameter named PLACEHOLDER.
import Shortcuts
#Color: green, #Icon: shortcuts
//This is a test
dictionary(json:{"gumdrop":"blue","apple":"red"}) >> JSO
valueFor(key: "apple", dictionary: JSO) >> dictVal
quicklook(input: dictVal)
Transcription:
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:) in the function: (Dictionary)
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:) in the function: (Dictionary)
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:)
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:) in the function: (Dictionary)
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:)
The text was updated successfully, but these errors were encountered:
The following Jelly code results in a compilation error that complains about the missing a parameter named
PLACEHOLDER
.Transcription:
The text was updated successfully, but these errors were encountered: