We need to have a set of dynamic values populate in multiple places across many documents so we’ve chosen to use a template in which the first document is a ‘master sheet’ which contains pre-filled fields which populate across documents.
This work great in the UI but not via the API. I eventually discovered this doc which describes a specific method required to enable data replication from the API but I can’t get this to work with either regular text fields or pre-filled text fields.
I can’t tell if the docs are saying that the field data label needs to have “\*” in the UI or just in the API when updating but I’ve tried every combination I can think of and it only ever populates the first tab.
I’ve made sure the correct setting is enabled as described here and have tried using both the create document tabs and create recipient tabs APIs.
Has anyone else been able to get this working? Or can anyone describe a better strategy for what I’m trying to achieve?