CMS Development

AlexGG
Teilnehmer/-in

hubdb_table_rows() function NOT accepting variables out of blue!

lösung

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 Upvotes
1 Akzeptierte Lösung
AlexGG
Lösung
Teilnehmer/-in

hubdb_table_rows() function NOT accepting variables out of blue!

lösung

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.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
AlexGG
Lösung
Teilnehmer/-in

hubdb_table_rows() function NOT accepting variables out of blue!

lösung

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
Community-Manager/-in
Community-Manager/-in

hubdb_table_rows() function NOT accepting variables out of blue!

lösung

Thanks for sharing @AlexGG!

0 Upvotes