Cloudastick Systems

Retrieve Value from Custom Metadata in Flow without Get Records Element

Insights & Updates from the Cloudastick Team

Did you know you can fetch Custom Metadata values in Salesforce Flow without the need for the "Get Records" element?


Here's how:

You can set up custom metadata in your org to store discount percentages based on customer tiers.


To retrieve these values without "Get Records," create a formula-type resource and use this formula:{!$CustomMetadata.Metadata_API_Name.Record_Name.Field_API_Name}


You'll retrieve the metadata value without relying on the "Get Records" element.


Enjoy!