Hi everyone!
I was trying to use a simple data table in BP to access a table and query it but i encountered a strange issue.
I don’t know why, but everytime i pass the data table as a variable to the function GetDataTableRow i get this:
If i then remove the variable and select table like this:
Is there a fix to it? It is normal? That’s what i’m trying to understand
Thanks in advance to anyone who will try to answer my question
The OutRow output returns some structure. So when you connect DataTable input with a variable, the node doesn’t know what structure should display, and it displays a wildcard value. You need to connect this output with the corresponding node to resolve your issue.
2 Likes
Hello, I have the same problem, doing what Supermative says does not solve my problem. As you will see in the first image, the output row info is available, but the output from the break DT node shown in the second image can’t be readed