CMS Development

SWilson5
Membro

Printing Values from HubDB "Multi-Select" column into Schema issue

resolver

Hi All, 

 

I have issue printing values from a HubDB multi-select column into Schema Rich results. I want to display just the value that has been selected in the admin area. In this example, its Employment Type, and there are currently 3 options to select in the DB.

 

This is the snippet I'm using in the schema script

"employmentType" : "{{dynamic_page_hubdb_row.job_type}}",

 

This is what is shown in the Rich Results Test.

"employmentType" : "{id=3, name='Permanent', order=0, label='Permanent'}",

 

Any help would be greatly appreciated.

 

TIA, Simon

 

 

 

1 Solução aceita
BarryGrennan
Solução
Top colaborador(a)

Printing Values from HubDB "Multi-Select" column into Schema issue

resolver

I haven't tested but I imagine 

{{dynamic_page_hubdb_row.job_type.name}}

or 

{{dynamic_page_hubdb_row.job_type|attr("name")}}

 

will return what you're looking for.

 


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn

 

 

Exibir solução no post original

3 Respostas 3
BarryGrennan
Solução
Top colaborador(a)

Printing Values from HubDB "Multi-Select" column into Schema issue

resolver

I haven't tested but I imagine 

{{dynamic_page_hubdb_row.job_type.name}}

or 

{{dynamic_page_hubdb_row.job_type|attr("name")}}

 

will return what you're looking for.

 


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn

 

 

SWilson5
Membro

Printing Values from HubDB "Multi-Select" column into Schema issue

resolver

Great, that worked perfectly. Thanks!

0 Avaliação positiva
BarryGrennan
Top colaborador(a)

Printing Values from HubDB "Multi-Select" column into Schema issue

resolver

@SWilson5 great!

 

I'd appreciate it greatly if you marked my answer as the solution.

 

Many thanks!

 


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn

 

 

0 Avaliação positiva