Hi, I have crated a Hubdb with 331 items. I am looking to create a glossary page that is built by pulling in the data from this tabel. I have coded the from A to L: <div class="a-z">
<div class="set">
<h3 class="l read more
Hey @Woodsy ,
if you're building a dynamic page with HubDB (with subpages and such). I would recommend to build a whole template instead of a m...read more
I am working on an import file for a HubDB table and one of the columns is a rich text field. However, the content I need to import for that column is html code. Is there a way to import it as the "source code" for the rich text field? Importing as read more
@SteveHTM False alarm. Lol. Not sure why but this import worked correctly. The rendered html is displaying correctly for that field in HubDB. Not s...read more
I am trying to set a custom variable that is set in a workflow to be able to add to the query for the crm_objects, but it seems to not work. If I add the static value that is being pulled it works. For example: limit=3&hs_images__not_nu read more
I accidentally published a page that had the wrong HubDB selected as the data source. When I connect the right table and publish the page all of the dynamic pages that were created from the wrong table become 404 but show up in Hubspot reporting and read more
I understand there's a limit to the amount of times you can call a HubDB table. Could someone please clarify the following: Is the 10 limit per module or per page? When using a foreign ID to bring in data from another table, does this count as read more
Ben, per the documentation below (and I've run up against it in practice, too), it's 10 calls to hubdb_table_rows per page . afaik. foreign ID rela...read more
Hello guys! Hope everyone's doing well. I'm working toward improving a websites Google Page Speed Insights and i'm getting some obversations on the Best Practices section related to the husbpot video preoloader. The observations are the next one read more
Hi @DEsteva , __cf_bm cookies are associated with Cloudflare's bot management system, which helps identify bot traffic. HubSpot uses Cloudflare ...read more
Hi, I'm building out a resource area in Hubspot which has a large number of items being pulled from a HubDB. The html for the code is: <div class="resources-module-row row mt-4">
<div class="resources-module-column col-md-12" read more
Hi! i'm not sure how to fix the issue itself, but you could hide the bunch that you don't want with CSS. It is for sure not fancy, but it does the t...read more
I am trying to import a csv file into a HubDB table and keep getting an error on the File column. This column contains pdf files that are in Hubspot files. Here is the error-
Error for row 2 column 4: Could not parse value ` https:// read more
Update #2 - I did a test import using the export file as a template. I included the file id with the file url on a couple of rows. It imported thos...read more
Hi all, I've noticed recently that the HubDB queries for our blog and experiments blog appear to load very slowly. In some instances we're waiting for 3-4 seconds before the page loads. There aren't many render-blocking scripts on the page tha read more
I know this list must be somewhere in the docs, but I cannot find it anywhere.
I am using the Image column type in Hubdb. I know how to return the image source URL {{ row.image.url }} and width and height. How do I grab the alt text, loading read more
Hey @redbranchmedia ,
I think there's unfortunately no "so detailed" information about each HubDB column format available. Something I always d...read more
Hi I am creating a resource listing with filters. I am calling from a HubDb and am having trouble with a for loop with displying topics for each listing. If the item is tagged with one topic it shows in the filter dropdown. If another item has the read more
The issue you're encountering occurs because you're treating the multi-select topic field (an array) as a single item. This results in multiple tags ...read more
How can we print values of repeater field (hubdb row) in the blog listing page?
{% set authors = widget_data.authors.select_authors %}
{% for item in authors %}
{{ item.columns.hs_id }}, {{ item.columns.hs_path }}
{% endfor %}
read more
Hi @Anton Sorry but it seems this is not the answer or solution.
I have asked how can we access custom module field values on the blog listti...read more