CMS Development

AlexGG
参加者

hubdb_table_rows() function NOT accepting variables out of blue!

解決

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 いいね!
1件の承認済みベストアンサー
AlexGG
解決策
参加者

hubdb_table_rows() function NOT accepting variables out of blue!

解決

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.

元の投稿で解決策を見る

2件の返信
AlexGG
解決策
参加者

hubdb_table_rows() function NOT accepting variables out of blue!

解決

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
コミュニティーマネージャー
コミュニティーマネージャー

hubdb_table_rows() function NOT accepting variables out of blue!

解決

Thanks for sharing @AlexGG!

0 いいね!