Hello,
I'm making an API call to DocuSign to automatically insert the "date signed" into the document.
Below is the API request payload:
"dateSignedTabs": [
{
"anchorString": "Date",
"anchorYOffset": "-1",
"fontSize": "Size12",
"name": "Date Signed",
"recipientId": "1",
"tabLabel": "date_signed"
}
]
The issue is that this results in placing the date everywhere it finds the string 'Date' in the document. I want to restrict it to only one place where the actual date is needed. Any suggestions or help?
Thanks,
Kishor