Skip to content

Split function returns error for valid Jsonata expression #287

Description

@ghadaobaid

For the JSON below:

{
  "predictions": [
    {
      "fields": [
        "Response_message_field"
      ],
      "values": [
        [
          "#Inventory #Signature"
        ]
      ]
    }
  ]
}

The expression predictions.values[0][0].$split ($,"#") returns the error:
Argument 3 of function $split does not match function signature

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions