Can you convert a string array into a name array?

I’m trying to create a mechanism to automatically sort datasmith imports using their metadata. To do this i need to convert a variable sized array of stings into an array of names. I know that there is a way to do this with an individual string, but is there a way to do this with an array?

You can make your own pure function to do the conversion:

image

image
image

Thanks

NP!