Skip to main content
Question

Multiple recipients via expression: how to set Name for each one? (CLM)

  • January 23, 2026
  • 0 replies
  • 0 views

Forum|alt.badge.img+4

Hi everyone,

 

I have a question about recipient configuration using expressions in the CLM step Review and Send for Signature. In the recipient expression field, returning multiple emails separarted by a delimiter works fine, for example: 

 

“john@email.com|mary@email.com”

 

The system correctly creates multiple recipients. However, when I try to do something similar in the Name expression builder, it seems to accept only a single value. If I return a list or try to iterate (foreach), only one name is resolved, the result is:

 

Recipient Name: John|Mary

Recipient Email: john@email.com

 

Recipient Name 2: John|Mary

Recipient Email 2: mary@email.com

 

Is the Name field designed to accept only a single string, even when the recipient field resolves multiple recipients?

Is there any supported wya to map names 1-to-1 with emails using expressions?

 

The recipient data comes from a table fiiled by the user (so it could be 1 or 50)

 

Thanks!!!