CMS Development

AlexGG
Participant

hubdb_table_rows() function NOT accepting variables out of blue!

Résolue

Hi all, talking to HubSpot about this issue but desparate for answer.

 

Out of the blue, all of our hubdb_table_rows() functions are refusing to accept variables as arguments, meaning we cannot save ANY of the modules we're working on - even though we've been using this system for a year with no issues.

 

{% set hubdb_id = module.hubdb_id %}
{% set agendaTable = hubdb_table_rows(hubdb_id) %}

 

This is the error. I cannot explain this and need help!

0 Votes
1 Solution acceptée
AlexGG
Solution
Participant

hubdb_table_rows() function NOT accepting variables out of blue!

Résolue

I've fixed this.

 

Overnight, the process seems to have changed so that variables used as arguments in the 'hubdb_table_rows' function MUST have default values - otherwise the design manager thinks nothing is being pulled through.

Voir la solution dans l'envoi d'origine

2 Réponses
AlexGG
Solution
Participant

hubdb_table_rows() function NOT accepting variables out of blue!

Résolue

I've fixed this.

 

Overnight, the process seems to have changed so that variables used as arguments in the 'hubdb_table_rows' function MUST have default values - otherwise the design manager thinks nothing is being pulled through.

jennysowyrda
Gestionnaire de communauté
Gestionnaire de communauté

hubdb_table_rows() function NOT accepting variables out of blue!

Résolue

Thanks for sharing @AlexGG!

0 Votes