How do I create a search query for the changes detected for my below attributes

:bangbang: Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.

Please consider addressing the following when creating your topic:

  • What have you tried?
  • What errors did you face (share screenshots)?
  • Share the details of your efforts (code / search query, workflow json etc.)?
  • What is the result you are getting and what were you expecting?

How do I create a search query for the changes detected for my below attributes

      {

        "attribute": "moverFlag",

        "newValue": "true",

        "oldValue": "false"

      },

      {

        "attribute": "isJobChanged",

        "newValue": "True",

        "oldValue": **null**

      }
$.changes[?(@.attribute == "Your Attribute" && @.newValue == "New Value")]

Hi @Chaithu9110 ,

I have tried both of the below queries already and it is not providing any result:

$.changes[?(@.attribute == “moverFlag” && @.newValue ==“true” && @.oldValue ==“false”)]

$.changes[?(@.attribute == “isJobChanged” && @.newValue ==“True” && @.oldValue ==“null”)]

Hi @vsekar7 ,

Once try to open the event of the change in the search tab and use the attribute which is having new value and old value from Additional Event Attributes section**.**

For example for lifecycle state we have newState and oldSate which stores the value.

Query will be like attributes.newState:active && attributes.oldState:terminate

Hi @PRIYANKALINGALA ,

The below search is not providing an result

What’s the context here? Are you looking for a filter to apply to a trigger in a workflow? Or are you looking for search query to use in Search page and find attribute change events?

Hi @iamnithesh ,

Our Mover workflow is using this query to trigger and the workflow has not been triggered since the 10/20/2025 AWS-Sailpoint global Outage. While validating the workflow, I am trying to find the list of users if any falling under the category using the search query

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.