Display Text for HubDB row field

Hi, I have created a custom module that displays resources. I want to display pain points against each resource. I have set up a database with a pain point on each row in a column labeled Name.

I would like the content creator to be able to select a pain point and it display within the resource card.
The content creator would select a pain point from here:

At the minute what is displayed is this:

My question is what do I need to do so that only the name ‘B2B Loyalty Programs’ is displayed here?
Thanks

Hi @Woodsy,

Are you using a HubDB Row field in the module?

If so, you could try:

{{ module.your_hubdbrow_field.columns.name }}

If that does not work, it would help to see a sample of your code to help troubleshoot.