Salesforce Fact #403 | Fetch custom metadata from apex to avoid SOQL count
We know that SOQL on custom metadata in Apex does not count towards the governor limit but it gets counted in Get Records of flow. So, in order to avoid the count we can call an apex method from flow which will fetch the custom metadata records and would return them in flow.
Attached are the screenshots.
Comments
Post a Comment