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!