Break Data Table in a Blueprint

I’m just dipping my toe into the shark-infested waters of Blueprints, so please be gentle with me!

I have created a Data Structure and a Data Table and would like to loop through the data table and extract the data from the columns in each row. My blueprint is below. The output from GetDataTableRow shows up in debugging as I expect (one row with three elements) but the outputs of the Break [Structure] show as “No Debug Data” and are not printed by the final block. What am I doing wrong, please?

TIA
Hugh

Right click gives

image

Datatable

1 Like

Thank you!