I have an oddity with my data table returned results and I’m not sure why. So I’m looking up data from a struct and it’s returning the correct data, but when I return from the function I created to get said data table all the data disappears and I’m left with ‘No Debug Data’ and empty variables.
My simple function that grabs data from a struct…
And the data table row fetch…which shows expected data is found.
And finally the problem…
Now I will say that this has worked a few days ago but I’m not sure what I couldn’t changed to make this happen. I’ve played with it for hours now and can’t figure this out.
-Paul