As Salesforce Summer ’21 Release is approaching, so today we will take a quick sneak peak of Salesforce flow. You can also check Quick Overview of Salesforce Summer ’21 Release Notes here. This list is based on the difference which I found in Flow. I will cover all points one by one. Collection Sort This…
Tag: FIELDS()
SOQL FIELDS() Function
With Salesforce Spring 21 release, Salesforce has introduced SOQL Fields functions. The FIELDS() function lets us select groups of fields without knowing their names in advance. This function simplifies SELECT statements, avoids the need for multiple API calls, and provides a low-code method to explore the data in the org. This function is available in API version…