I am creating composite templates that work correctly and I'm running into this issue.
I am adding 2 templates to sign via docusign. I set the routing orders for both of them as shown below:
Form 1
Order 1 RoleName signer test1@gmail.com
Order 2 RoleName signer2 test2@gmail.com
Form 2
Order 1 RoleName dataEntry test1@gmail.com
Order 2 RoleName dataEntry2 test2@gmail.com
This will send one email to test@gmail.com. This user completes all of his fields for both Form 1 and Form 2 in one request. This is what I want and expect. However, when test1@gmail.com completes their process, test2@gmail.com will receive 2 different emails. One to sign form 1 and the other to sign form 2. I'm trying to understand why test2@gmail.com doesn't work the same as test1@gmail.com. Can someone help explain what the reason is for receiving 2 separate emails for test2@gmail.com may be and if there's a way to fix it?
Note: When I do this via the docuSign website, it doesn't allow for the same recipient to be in that same routingOrder. It will bring up the error:
The role 'signer' conflicts with 'dataEntry'
The role 'signer2' conflicts with 'dataEntry2'
This behavior seemed strange to me since I'm able to send the envelope using the docusign rest API. If somebody could give me some clarification on this as well I'd appreciate it.
Thank you!