I have an array of collections,
I would like to route based on the Ticket Type (different actions depending on ticket type), but then use the
Ticket ID (as part of the action but changes each time)
I’ve tried using a simple set variable with a map, and using an itterator, but I’m getting a little lost
[
{
"id": 16366530311,
"associations": {
"tickets": [
{
"id": "16280272913",
"type": "ticket_to_ticket"
},
{
"id": "16330611038",
"type": "ticket_to_ticket"
},
{
"id": "16330611038",
"type": "order_connectivity"
},
{
"id": "16280272913",
"type": "order_flock_connectivity"
}
]
},
"__IMTLENGTH__": 1,
"__IMTINDEX__": 1
}
]