Hello,
I have a query related to display of dynamic dates in the Docusign form.
We are trying to use FormulaTab field to add 3 business days from Date Signed to display a date to the user.
As per Docusign docs (https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/calculated-fields/) we can use the formula to do basic date manipulation like
AddDays((todaysDate], 3)
but is there a way to do a bit more complex manipulation like add 3 business days.
And to follow up, while adding 3 business days skip holidays as well ? Ideally we can generate new doc everyday with the updated date but I was hoping we could avoid it.