Running a Data Action against /api/v2/wfm/scheduling/schedules/{scheduleId}/shifts keeps bombing out during JSONPath evaluation. The response looks clean in Postman, but it’s dropping with Expression evaluation failed: Expected array but found null at path $.items. We’re on v2023.12 with the standard MT offset config.
Here’s the exact mapping that’s throwing the error: {{ $.data.response.body.items[*].{id, startTime, endTime} }} The parser just chokes on the nested array expansion.