2 weeks ago
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
Solved! Go to Solution.
2 weeks ago
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.
Freelance HubSpot CMS Developer
2 weeks ago
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.
Freelance HubSpot CMS Developer
2 weeks ago
Great, that worked perfectly. Thanks!
2 weeks ago
@SWilson5 great!
I'd appreciate it greatly if you marked my answer as the solution.
Many thanks!
Freelance HubSpot CMS Developer