Hi there,
Scenario: I have an envelope template 5 recipients, and multiple documents 5-15, the documents contain fields using anchors, multiple fields are repeating inside documents (same Data Label), including fields like SignHere and FullName. Using API a draft envelope is created from template, with fulfilling value for tabs.
Problem: Even if the total number of tabs not exceeding 450, while creating envelope we receive error `TAB_LIMIT_EXCEEDED`, when the tabs limit per envelope is 5000.
Attempts: When I remove all fields, the creation works. After removing few documents from template (~180 tabs remain) it goes through.
Since template creation is responsibility of law department, we can’t limit them in numbers of documents or fields used, (the DocuSign limits are ok)
Any ideas how to investigate and what can be the issue of this problem?