I’m building a simple workflow - using a doc gen form and I want to be able to add an attachment to it. I’ve added the attachment field to the form as per below. I’ve used the drop down ‘attachment’ field and allowed the attachment to be uploaded form computers.
When testing the work flow the form it allows me to add the document required without error - however when it comes through to review and send for signature the name of the document is there only - no actual attachment. I require a signature on this document.
I’m having trouble finding where I’m missing a step. Can anyone help?
Shelley
Best answer by Matthew.Farler
One easy way to ensure that the attachment is added as a second document into the envelope is to first combine the two Document Ids into one variable on your workflow. Then add that variable in the Document line on your Review and Send For Signature step. Here’s how:
-Presuming both your generated document and the attachment are in variables within your workflow, that means the Document Id node will be present within the schemas of those variables. So on your workflow, you’ll want to create a variable to hold both Document Ids (maybe call it Combined_Docs or something like that) and then add an Update Variable Value Step before your Review and Send for Signature step.
In the Update Variable Value step, add your Combined_Docs variable as the one to configure. Then in the New Variable Value line, open the Expression Builder. You will parse the Document ID node in both Document variables for your two documents, and separate them with a ‘|’ (pipe) symbol. It should look something like this:
-Now you have a variable that holds both documents, effectively. Add this variable onto the Document line in your Review and Send for Signature step, and both docs will be in your envelope right at sending:
One easy way to ensure that the attachment is added as a second document into the envelope is to first combine the two Document Ids into one variable on your workflow. Then add that variable in the Document line on your Review and Send For Signature step. Here’s how:
-Presuming both your generated document and the attachment are in variables within your workflow, that means the Document Id node will be present within the schemas of those variables. So on your workflow, you’ll want to create a variable to hold both Document Ids (maybe call it Combined_Docs or something like that) and then add an Update Variable Value Step before your Review and Send for Signature step.
In the Update Variable Value step, add your Combined_Docs variable as the one to configure. Then in the New Variable Value line, open the Expression Builder. You will parse the Document ID node in both Document variables for your two documents, and separate them with a ‘|’ (pipe) symbol. It should look something like this:
-Now you have a variable that holds both documents, effectively. Add this variable onto the Document line in your Review and Send for Signature step, and both docs will be in your envelope right at sending:
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Join the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.