How to cc a group and process variable

Currently have a process that sends an email I want to cc a group and an entered input variable that connects to an email. 

Is there any way I can send an email to both a group and a process variable? 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    You can wrap everything in a single expression, which would return an array of group(s), user(s), and/or literal text email addresses (wrapped in toEmailAddress()), and I think that would work.  The one drawback is I don't think you'd be able to easily hardcode your group like you can when you use the field as a Picker - but as far as I can tell you have to either use it as a Picker or use it expressionably, but not both.

Reply
  • 0
    Certified Lead Developer

    You can wrap everything in a single expression, which would return an array of group(s), user(s), and/or literal text email addresses (wrapped in toEmailAddress()), and I think that would work.  The one drawback is I don't think you'd be able to easily hardcode your group like you can when you use the field as a Picker - but as far as I can tell you have to either use it as a Picker or use it expressionably, but not both.

Children