hi team,
we are using DocuSign connected System, we have a max of 5 signers to get DocuSign mails it may varies from process to process from 1 to 5 Signers . we need to send one Envelope to all the Signers in the Routing order. can we do this?
we tried using Providing List of Names and Emails but no result , Please help me Solving this Task.
Thank you.
Discussion posts and replies are publicly visible
a!toJson( { "emailSubject": "Request to sign documents", "recipients": { "signers": { { a!forEach(items:ri!ClientData,expression: { "email":fv!item.ClientEmail, "name":tostring(fv!item.ClientName), "recipientId":tostring(fv!index) , "routingOrder":tostring(fv!index), "tabs": { "dateSignedTabs": { { "anchorString": "signer2date", "anchorYOffset": "-6", "fontSize": "Size12", "name": "Date Signed", "recipientId":tostring(fv!index) , "tabLabel": "date_signed" } }, "fullNameTabs": { { "anchorString": "signer2name", "anchorYOffset": "-6", "fontSize": "Size12", "name": "Full Name", "recipientId":tostring(fv!index), "tabLabel": tostring(fv!item.ClientName) } }, "signHereTabs": { { "anchorString": "signer1sig", "anchorUnits": "mms", "anchorXOffset": "0", "anchorYOffset": "0", "name": "Please sign here", "optional": "false", "recipientId": tostring(fv!index), "scaleValue": "1", "tabLabel": "signer1sig" } } } }, )}})