Is it possible to populate the dropdown menu names from a data table?
I have data from an api and have got that into a table, column 0 has the ID and column 1 has the name. I want to have column 1 populate the menu names and have the value of each selection be the ID from column 0. I’m still fairly new to touchdesigner and python so not sure if this is something simple or not.
Look at tdu.TableMenu
You would put it into the menusource in the component editor
1 Like