Add prefix to family Type

I’m trying to add a prefix (X_) to my selected family types. Somehow this is not working/ What am I missing. Hopefully someone can help?

You might be trying to set the name of instances rather than types. After your Get Model Elements, use a GetParamaterByName “Type”, or Element.ElementType and use that type element instead.