Skip to main content

 I have a requirement to create a flow to achieve the below scenario:

 

If the rep sends an email or logs a call from within SF,  the new/open lead automatically change to Contacted

 

Any suggestions will be appreciated

 

Thanks!!

#flow
2 respostas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    27 de mai. de 2022, 07:12

    HI Fahad,

     

    You'd need to create a record triggeered flow on the Task object.

    You would check that the subject contains "email" or "call" and that the What Id starts with 00Q

    Then, you would add a record update on leads with a filter set to

    Id - Equals - $Record>What ID

    Status - Does not Equal - Contacted

     

    Now, you can set the status to Contacted

     

    Save and activate

0/9000