Simple Approval Process - Automated (instead of manual submit for Approval) #inSalesforce

This is related to https://thesalesforcetutorial.blogspot.com/2022/08/approval-process-insalesforce.html Example 1 with Demo

When users click Submit for Approval on an opportunity, it goes through your approval process. Do you want to automate it ? Lets use flow

Set up | Flows.

One of the available actions in the Action element is Submit for Approval, which means you can build a flow that automatically submits a record for approval. And that means your users don’t have to remember to submit opportunities for approval. 

In the flow:

  • Runs when an opportunity is created or edited.
  • Add a Decision element that checks whether Discount Percent is greater than 40.
  • Add an Action element, set to Submit for Approval, that submits the opportunity for approval. 


Comments