Hi Magicians,
I'm using some TOPs PDG to autogenerate stuff with data conmig from a CSV spreadsheet.
I had the system working by having something like this:
Where I used the "Hats_Type_Switch" to drive a Switch node (with Platinium / Gold / Brown)
But the client is giving me a different format:
I have imported this as CSV and I can read the attributes, I did a "Font" test with attribute "Mouth" that gives me the result "Carrot"
My question is, how can I drive that switch with the attribute Mouth instead of 1, 2, 3? For example, if the attribute result for Mouth is Carrot, show the carrot, if the Mouth = Pipe, switch to Pipe
Thanks!