Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi,
I use the Object SalesForce connector to obtain my datas from Sales Force in my datalake
Have some attributs as picklists in my SalesForce Object
My mapping in Fabrioc is like SalesForce Attribute -> Picklist || Attribut -> String
I need to retrieve all picklist attribut
how can i do it ?
Thx
Solved! Go to Solution.
Hi @ShaunLeMouton,
Currently, the Salesforce Object connector only retrieves the selected picklist values (as strings), not the full set of allowed values. To get all picklist options, you'll need to use the Salesforce Metadata or Tooling API to retrieve the full list of picklist values for each field. Once retrieved, you can store this metadata in your Lakehouse as a reference table for reporting or validation purposes.
Can you try below steps and let me know if this helps?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
@ShaunLeMouton, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
@ShaunLeMouton, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
@ShaunLeMouton, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @ShaunLeMouton,
Currently, the Salesforce Object connector only retrieves the selected picklist values (as strings), not the full set of allowed values. To get all picklist options, you'll need to use the Salesforce Metadata or Tooling API to retrieve the full list of picklist values for each field. Once retrieved, you can store this metadata in your Lakehouse as a reference table for reporting or validation purposes.
Can you try below steps and let me know if this helps?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query