Segment and filter against complex arrays and JSON

Ui / Improvements Automation
Segment and filter against complex arrays and JSON

You can use JSON dot notation directly in segment rules and other conditions. When you reference an array, you can set the index you want to match in a segment condition or leave the index empty to match any value in the array.

  • Match any item in array: array[]
  • Match first item in array: array[0]
  • Match child property in any object in array: array[].child