Salesforce Fact #891 | Accessing custom metadata in screen flow formula

We can use Custom Metadata in flow entry criteria formula and also in formula resource.

Here is the syntax: {!$CustomMetadata.<Metadata api name>.<Record Name>.<Field api Name>}

example: {!$CustomMetadata.Country__mdt.Brazil.Region__c}

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow