Resolved! Json Path, when some objects don't contain the path
Hello, i have a pipeline that is extracting values from an array using JSON path. This is how it works… Extract the status and effective data from the array where the “activity” = x I use this expression… jsonPath($, “$regulatedActivities[?(@.Activi...