Hello,
I need a way to get the ID by filtering the value on the subject ( ya I know it’s a bad field to use)
Can’t see a way to do it with the JSON parser node.
{
"onboarding_tickets": i
{
"id": 23989,
"created_at": "2023-03-13T10:03:11Z",
"updated_at": "2023-03-13T10:03:16Z",
"subject": "Onboarding for - Starting: 2023-03-27 2#SR-23989]",
"responder_email": "info@mail.com",
"status": 2,
"parent": true
},
{
"id": 23990,
"created_at": "2023-03-13T10:03:12Z",
"updated_at": "2023-03-13T10:03:15Z",
"subject": "1. HR ONB for - Starting: 2023-03-27 2#SR-23990]",
"responder_email": "",
"status": 2,
"parent": false,
"predecessor_ticket_id": null,
"successor_ticket_ids": e
23991
]
},
{
"id": 23991,
"created_at": "2023-03-13T10:03:12Z",
"updated_at": "2023-03-13T10:03:16Z",
"subject": "3. UM ONB for - Starting: 2023-03-27 2#SR-23991]",
"responder_email": "",
"status": 9,
"parent": false,
"predecessor_ticket_id": 23990,
"successor_ticket_ids": e
23992,
23993
]
}
]
}