Preview an agreement with prefilled form fields
I'm trying to create a flow where a user can prefill form fields for an agreement via a dynamic form that loads in the fields available for a document, and then passes the info to the POST agreements with mergeFieldInfo. Is there a way to then allow the sender to preview this document in my application with the prefilled fields? I am trying with the GET /agreements/{agreementId}/combinedDocuments endpoint, but that returns the template with no fields populated.
