Skip to main content

Get Value

Gets a value from an object using a path expression. Use JSONPath notation to navigate through the object, for example:
  • $.name — get the “name” field
  • $.items[0] — get the first item
  • $.users[*].email — get all user emails

Block metadata

FieldValue
Block IDgetValue
Display nameGet Value
GroupModifiers