Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.32 KB

connectors-create-api-salesforce-condition.md

File metadata and controls

18 lines (16 loc) · 1.32 KB

This condition will evaluate the email address field of each new Salesforce lead. If the email address contains amazon.com, the condition result will be True.

  1. Select + New step.
    Salesforce condition image 1
  2. Select Add a condition.
    Salesforce condition image 2
  3. Select Choose a value.
    Salesforce condition image 3
  4. Select the Email token from the lead of the trigger.
    Salesforce condition image 4
  5. Select Contains.
    Salesforce condition image 5
  6. Select Choose a value at the bottom of the control.
    Salesforce condition image 6
  7. Enter amazon.com as the value you would like to evaluate the email address of the new lead for. If the email address contains amazon.com, the condition will evaluate to True and the other steps in your logic app can proceed.
    Salesforce condition image 7
  8. Save your logic apps.