[Bug]: Counter-intuitive behaviour of box access for special names items
, values
and keys
#702
Labels
bug
Something isn't working
items
, values
and keys
#702
📜 Description
if
{"input": {"items": [1, 2, 3]}}
, the naive expectation might be that doing_.items
inside of a workflow would return the list but actually it returnsitems <bound method Box.items of Box>
.👟 Reproduction steps
No response
👀 Have you spent some time to check if this bug has been raised before?
The text was updated successfully, but these errors were encountered: