APIs & Integrations

storycollab
参加者 | Diamond Partner
参加者 | Diamond Partner

Creating a selector for dynamically created pages

解決

I will be creating a HubDB that will populate pages dynamically. Looking for a good way to make the list of those created pages available in a selection form field or check box in a form so that I can send them or automate actions with a specific set of the pages-- suggestions?

0 いいね!
1件の承認済みベストアンサー
piersg
解決策
キーアドバイザー

Creating a selector for dynamically created pages

解決

Hi @storycollab (thanks @dennisedson)

 

You could do this with javascript. You could either have an array of all the page urls/names hardcoded in JS if it's not a large DB, or if it's a large DB you could use the HubDB API to get all the values for the hs_path/hs_name column into an array, and then add each one as an option to a select field/as a checkbox. 

元の投稿で解決策を見る

2件の返信
piersg
解決策
キーアドバイザー

Creating a selector for dynamically created pages

解決

Hi @storycollab (thanks @dennisedson)

 

You could do this with javascript. You could either have an array of all the page urls/names hardcoded in JS if it's not a large DB, or if it's a large DB you could use the HubDB API to get all the values for the hs_path/hs_name column into an array, and then add each one as an option to a select field/as a checkbox. 

dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Creating a selector for dynamically created pages

解決

Hello @storycollab 

Going to see what @alyssamwilie , @Kevin-C  and @piersg  have to say about this

0 いいね!