ContributionsMost RecentMost LikesSolutionsRe: Conditional JsonPath are not working with SoapUI 5.7 Hi KarelHusa Do you recommend modifying all existing tests to reflect the new format for JSON path or do you expect this behavior might change in future releases of SopaUI? Thanks, Navneet Conditional JsonPath are not working with SoapUI 5.7 After upgrading SoapUI to 5.7, the conditional JSON path used on test assertions is not working. This is working fine with 5.6.1 version Json path - punches[*].[?(@hasComments==true)].commentsNotes[0].comment.name Sample JSON response - { "startDate": "2022-01-10T00:00:00", "endDate": "2022-01-10T00:00:00", "punches": [{ "id": 15800, "hasComments": true, "commentsNotes": [{ "id": 387, "comment": { "id": -16, "name": "Dummy Name", "categories": [{ "id": 3, "qualifier": "AAAAAA", "name": "AAAAAA" }] }, "notes": [{ "text": "Update note", "timestamp": "2022-01-22T10:52:09", "dataSourceDisplayName": "AAA", "dataSourceId": 11 }] }], "isPhantom": false }] }