hellosign / hellosign-java-sdk

A Java SDK for the HelloSign API.
MIT License
13 stars 27 forks source link

Conditional logic added to form fields is lost after updating template files. #152

Open c-t-disher opened 2 years ago

c-t-disher commented 2 years ago

If an embedded template is created and conditional logic "rules" are added to any fields on the template, and then the template file is updated, using POST /template/update_files/[:template_id] (via HelloSignClient::updateTemplateFiles in the Java SDK), then all conditional logic added to the template is lost.