Posts

Showing posts with the label resource

Salesforce Fact #983 | Access stage resource in another flow

Image
Do you know we can use a stage resource in one flow which has been defined in another flow. Here is the syntax to access the stage -> namespace:flowName:stageName In the example screenshot, we are accessing the stage resource 'StageA' which has been defined in 'Mainflow1' and setting it as the current stage.

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}