Are there any ways or plugins to select asset by string?

as the title.
I have a large array of strings and made a foreach loop with an array.
I wanna play a sound asset(wav) based on the string (each element of the array).
I need some ways not to make blueprint like this…