SOLVED

Re: Select form field values from CRM

Go to solution
Jules
Level 2

Select form field values from CRM

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

(other than manual input)

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Select form field values from CRM

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.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Select form field values from CRM

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.