[solved]JSONPATH parsing problem in a rule

Stupid me, I saw the list of objects and threated it like an array. That was my fault, it works with:
var String Status = transform("JSONPATH", "$.prices.a53fff71-133c-48b1-84ba-20a9be6ec538.status", json)

1 Like