Skip to main content
Level 2
April 17, 2020
已解决

Select form field values from CRM

  • April 17, 2020
  • 1回复
  • 1478查看

Is there a way that the dropdown select values can be taken from the CRM values ?

(other than manual input)

此主题已关闭回复。
最佳答案由 SanfordWhiteman

Only with a custom call into the CRM, i.e. you could run a scheduled Marketo webhook (just to avoid having a separate scheduler) that gathers the picklist values and syncs them into a {{my.token}}. Then use that {{my.token}} to populate the available dropdown values on the form.

1回复

SanfordWhiteman
Level 10
April 18, 2020

Only with a custom call into the CRM, i.e. you could run a scheduled Marketo webhook (just to avoid having a separate scheduler) that gathers the picklist values and syncs them into a {{my.token}}. Then use that {{my.token}} to populate the available dropdown values on the form.