I'd like to auto-change a checkbox field based on which Account is selected on an opportunity. I can't create a flow because the flow only has "True, False, or Blank" as selections (instead of the 1000+ list of account names).
Is there an easy way to do this via flow or by adding a formula field? Or another method?
For example: If the account selected is "ABC Company" then auto-populate the "Disconnect" check box field to "yes".
#Flow #Trailhead #Formulas
PS. You can definitely use a Formula like this in a Flow
{!$Record.Account.Name} = 'ABC Company'
but I wouldn't do it that way for the reasons that I stated earlier =>