SFDX (stands for Salesforce Developer Experience) is a single line command interface (CLI) which supports development and automation within your Salesforce environment. A popular command in SFDX is sfdx force:source:pull. This command brings in the changes you made in your…
In the Winter ’22 release, Salesforce gave us the option to call a subflow from a record-triggered flow. Previously, the parent flow had to be other flow types such as scheduled flows. This new feature now allows us to break…