CMS Development

Raghavendra
参加者 | Platinum Partner
参加者 | Platinum Partner

How to combine hubdb and hubspot custom field

Raghavendra_0-1679306559452.png

{% set case_data = hubdb_table_rows(module.hubdbtable_field, 'sport_filter=Athletics&limit=3') %}

 

in the place of Athletics i need to add custom choice but it is showing syntex error

 

4件の返信
AM23
参加者 | Platinum Partner
参加者 | Platinum Partner

How to combine hubdb and hubspot custom field

AM23_0-1679373454629.png

it is not working it is showing error

 

0 いいね!
BarryGrennan
トップ投稿者

How to combine hubdb and hubspot custom field

{% set case_data = hubdb_table_rows(module.hubdbtable_field, 'sport_filter='+module.choice_field+'&limit=3') %}

 


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn

 

 

AM23
参加者 | Platinum Partner
参加者 | Platinum Partner

How to combine hubdb and hubspot custom field

it is showing error

 

0 いいね!
AM23
参加者 | Platinum Partner
参加者 | Platinum Partner

How to combine hubdb and hubspot custom field

Error.png

0 いいね!