send emails automatically

Hi @creativepayal17

You can use one workflow, with mutliple if/then branches that check the value in the property, i.e.:

  • If value = purchase then send email 1, if not:
  • If value = sales then send email 3, if not

Hope this helps.