List Custom Fields
UiPath.DocuSign.Activities.EnvelopeList.ListCustomFields
The List Custom Fields activity uses the DocuSign eSignature API to get a set of custom fields for an envelope.
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the DocuSign Scope activity to your project.
- Add the List Custom Fields activity inside the DocuSign Scope activity.
- Enter values for the properties located inside the body of the activity.
- Create and enter a
ResponseStatusvariable for the Output property.
In the Body of the Activity
- Account Id - The account id. This field supports only
StringsorStringvariables. This is either an account number (int) or account ID (GUID). - Envelope Id - The envelope id. This field supports only
StringsorStringvariables. - Custom Fields - A container for the custom fields list. This field supports only
CustomFieldsEnvelopevariables.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- ResponseStatus - The status of the request (success/failure information). This field supports only
ResponseStatusvariables.