I have array:
"mylist": [{
      "id": 10,
      "info": "2am-3am"
    },
    {
        "id": 11,
        "info": "3AM-4AM"
    },
    {
        "id": 12,
"info": "4am-5am"
    }]
How can i use combination of SplitJson / JsonPath to split it into multiple
flows per array element?
Thanks,
V

Reply via email to