Skip to content

[ 2667626 ] Slicing within Python inline code #466

@HolQue

Description

@HolQue

JSONP:

"list"   : [1,2,3,4,5],
"values" : <<${list}[:-2]>>

Result:

Error: 'Could not evaluate the Python builtIn <<${list}[:-2]>>. Reason: list indices must be integers or slices, not str'!

Expected:

Either slicing is resolved or error message that slicing is not supported.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions