set static mesh from mysql

hello,

i need to call from mysql database with For Each Loop to Set Static Mesh.

My result from mysql: Cube,… now i need to set static mesh in New Mesh from mysql…

You just need to handle response (JSON). Print output from in for each loop for elements.
If your array is something like: {getmesh, mystaticmesh, x,y,z} and you need **mystaticmesh (second element in array which index is 1 … 0 is for first index), **use Get from Array and set index 1, connect with switch node and set manually static mesh (and so on for every static mesh).

thanks for that help