Skip to content

[Feature Request] effectOutputs data to be accessed like customVariables paths  #2091

@CKY-

Description

@CKY-

Describe the solution you'd like
when a effectOutput contains json information it would be nice if it were accessible with the path

{
  "slideshow": {
    "author": "Yours Truly", 
    "date": "date of publication", 
    "slides": [
      {
        "title": "Wake up to WonderWidgets!", 
        "type": "all"
      }, 
      {
        "items": [
          "Why <em>WonderWidgets</em> are great", 
          "Who <em>buys</em> WonderWidgets"
        ], 
        "title": "Overview", 
        "type": "all"
      }
    ], 
    "title": "Sample Slide Show"
  }
}

$effectOutput[name, slideshow.author]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions