Hello, is there a way to get a dynamic drop down values from salesforce ? for example, if salesforce has data in an object called ‘states’, can we create a drop down field which picks all the values from ‘states’ in salesforce?
Salesforce values to a drop down field
Carl_Duncker
#2
Hi
Did anyone have an answer to this?
We’re also looking to return values from Salesforce into dynamic fields
Hristian
#3
Hi @Carl_Duncker,
You’ll need to ping the Salesforce API in order to get the values you want.
There is no ready-made solution for this since it’s pretty custom request and you would also need a backend script that would actually ping the API.
Best,
Hristian