Yeah sorry, I think Im poorly explaining it.
Im using a get data table row node (the data table contains images, Positions etc) and uses a function afterwards to tell it what to do with the stuff inside the data table. which I can control the rows manually But would like it controlled by an integer(But tbh its just text coming in from a spreadsheet csv file.).
But I need to tell the data table which row image to show at any given time.
So it goes a bit like this.
Csv spread sheet with Armour(NameRow) and 1(Integer in that coloum) enters the function. It hits the adding system and ejects a value between 0-10. this then gets converted into string then to a name and directly into the get data table row node(Into row name)
Then that uses the that value to show the related row (Image related to it), All the rows names in the data table are all numbered as well from 0-10.
works really well. But wasnt sure if I was being hacky af.