Is there a way that the dropdown select values can be taken from the CRM values ?
(other than manual input)
Solved! Go to Solution.
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.
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.