Element fr0m string

Hello

I’ve made the following scheme:

I’ve used a list.lastitem and want to feed that last item to the elemet.getparametervaluebyname, nut since the last item is a string that won’t work.

How do I get the element from the last item?

You should filter the element-list, not the parameter-values:

Thanks!..I’ve made that mistake before.