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 Intput properties.
- Create and enter a
CustomFieldsEnvelope
variable for the Output properties. - Create and enter a
ResponseStatus
variable for the Output property.
Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | List Custom Fields |
Allowed values | Enter a |
Notes | N/A |
Input
Account ID
The account id.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | This is either an account number (int) or account ID (GUID). |
Envelope Id
The envelope id.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Misc
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes | Details |
---|---|
Type | Checkbox |
Required | No |
Default value | Not Selected |
Allowed values | Selected or Not Selected |
Notes | N/A |
Output
Custom Fields
A container for the custom fields list.
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
ResponseStatus
The status of the request (success/failure information).
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Updated 5 months ago