I am trying to create a graph that can parse the data inside a data table row based on the row passed into the graph as an input
The input is “Data Table Row Handle Structure”, which can be broken into Data Table and Row Name - when I try to use “Get Data Table Row” with these variables I am getting a compile error.
I also have tried creating a variable for the data table with the default value set, but both return this same error;
“The type of Out Row is undetermined. Connect something to Get Data Table Row to imply a specific type.”
Does anyone know why this error is showing and what I can do to resolve it?