Data table values injected in spawned actor, aiming to present in a widget

I managed to add the data to the spawned cylinders via creating a data structure within the static mesh cylinder actor. I made the variable public and was able to see this in my spawner actor. Then I just connected my data row out to the public variable and job done…

I am trying now to pass this information to a widget. Any advise is appreciated.