What problem are you observing?
- JSON path evaluator is not working as expected. It is not filtering as desired.
- For example, User the following json in the evaluator tool. I am using “Account Aggregation Completed” trigger.Triggers - SailPoint Identity Services
- Use the json filter query,
$[($.source.id=="4e4d982afddff4267ab12f0f1e72b5e6d")]
What is the correct behavior?
The output should be whole json. Instead, I am getting empty array.
What product feature is this related to?
Filter Expression Creation.
What are the steps to reproduce the issue?
Use this filter for above mentioned sample json.
$[?($.source.id=="4e4d982afddff4267ab12f0f1e72b5e6d")]
Do you have any other information about your environment that may help?
The outside json path evaluator is working and filtering as expeted. The sailpoint json evaluator is not working as expected for above scenario for example.