Hi, I am trying to create a webhook ingestor in Siemplify. I am facing difficulties since the webhook payload contains multiple items, each of which should end up creating a distinct case.
Although, when I try to reference a field in the item array, the webhook merges that field of all the items in the list.

This results in creating a single case with all the items joined together.

What I would be expecting is creating a case for each item in the payload. Is that possible?
Thank you for the support.