Skip to main content
Solved

Python Docusign Automation: Composite template not working


Forum|alt.badge.img+3

I am trying to apply a template to my envelope using composite templates.

However, the document sent seems to not have any fields in it.

Envelope: d6f594c9-1626-46a8-b744-bea47c8e72ab

Can someone please check why the template is not correctly applied?

 

I tried doing it manually and it was successful.

Envelope: 8063789b-ac37-4df7-a611-2d51f545d2e5

 

Best answer by Ivan.Dinkov

Hi @kensev you need to make sure that the “Role” in the template matches the “role_name” supplied in your code.

In your template the “Role” is “Client” but in your code the role_name value is “Client 1” 

I believe this answers your question in this thread 

View Original
Is this content helpful?

5 replies

Forum|alt.badge.img+3
  • Author
  • New Voice
  • 12 replies
  • August 12, 2024

I am trying to apply a template to my envelope using composite templates.

However, the document sent seems to not have any fields in it.

Envelope: d6f594c9-1626-46a8-b744-bea47c8e72ab

Can someone please check why the template is not correctly applied?

 

I tried doing it manually and it was successful.

Envelope: 8063789b-ac37-4df7-a611-2d51f545d2e5

 


Forum|alt.badge.img+3
  • Author
  • New Voice
  • 12 replies
  • August 12, 2024

I am trying to apply a template to my envelope using composite templates.

However, the document sent seems to not have any fields in it.

Envelope: d6f594c9-1626-46a8-b744-bea47c8e72ab

Can someone please check why the template is not correctly applied?

 

I tried doing it manually and it was successful.

Envelope: 8063789b-ac37-4df7-a611-2d51f545d2e5

 


Forum|alt.badge.img+3
  • Author
  • New Voice
  • 12 replies
  • August 12, 2024

I am trying to apply a template to my envelope using composite templates.

However, the document sent seems to not have any fields in it.

Envelope: d6f594c9-1626-46a8-b744-bea47c8e72ab

Can someone please check why the template is not correctly applied?

 

I tried doing it manually and it was successful.

Envelope: 8063789b-ac37-4df7-a611-2d51f545d2e5

 


Ivan.Dinkov
Docusign Employee
Forum|alt.badge.img+4
  • Docusign Employee
  • 36 replies
  • Answer
  • August 13, 2024

Hi @kensev you need to make sure that the “Role” in the template matches the “role_name” supplied in your code.

In your template the “Role” is “Client” but in your code the role_name value is “Client 1” 

I believe this answers your question in this thread 


Forum|alt.badge.img+3
  • Author
  • New Voice
  • 12 replies
  • August 13, 2024

Hi @Ivan.Dinkov 

Thank you for checking!

I completely missed that. It’s working now thanks!