Convert string in array to number

[
  "packing_unit_2",
  "packing_unit_3"
]

how can i get new array of last numbers of this array?
[2,3]

Hi @vosy,

You can achieve this by using a mapper.