Category: Data, Architecture, github, automation

We're a place where coders share, stay up-to-date and grow their careers. In these articles, we’re focusing on how to combine Salesforce with Heroku to build an “eCars” app—a sales and service application for a fictitious electric car company (“Pulsar”) that allows users to customize and buy cars, service techs to view live diagnostic info from the car, and more.

Modern App Development on Salesforce and HerokuJumping into Heroku DevelopmentData Modeling in Salesforce and Heroku Data ServicesBuilding Front-End App Experiences with Clicks, Not CodeCustom App Experiences with Lightning Web ComponentsLightning Web Components, Events and Lightning Message Service

Flow Actions allow you to create a piece of logic in APEX and bundle it so that an admin can simply drag and drop it within a Flow.

However, in certain cases, it’s very easy for flows to quickly get too complex, out of control, and unmaintainable.

Related Articles