UPTF00000128eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJTaW1wbGUgUmV1c2FibGUgQ29tcG9uZW50IHRoYXQgQ29tYmluZXMgYW4gQWRkIFF1ZXVlIEl0ZW0gYWN0aXZpdHkgd2l0aCBhIFJldHJ5IE1lY2hhbmlzbSIsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MaxAttempts | In | InArgument<Int32> |
Used to control the number of attempts of retrying in case of a system exception. | ||
| RetryInterval | In | InArgument<TimeSpan> |
Used to control the amount of time between retries in the Retry Scope activity. | ||
| QueueItemProperties | In | InArgument<Dictionary<String, Object>> |
Stores the transaction item to be updated in the Orchestrator Queue. | ||
| QueueItemReference | In | InArgument<String> |
The reference to use when adding the queue item | ||
| QueueName | In | InArgument<String> |
The queue name to which the data will pe added to | ||
| OrchestratorFolder | In | InArgument<String> |
Orchestrator Folder |
UPTF00000224eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJUaGlzIFdvcmtmbG93IHdpbGwgbW9kaWZ5IHRoZSBpblwvb3V0IGFyZ3VtZW50IFNlcmlhbGl6ZWQgVGF4b25vbXkgYnkgY29udmVydGluZyBhbiBleGlzdGluZyBmaWVsZCBpbnRvIGEgZmllbGQgb2YgdHlwZSBTZXQgd2l0aCB0aGUgdmFsdWVzIGZyb20gdGhlIGxpc3QgaW5wdXQgYXJndW1lbnQuXG5cblwvXC8gQ3JlYXRlZCAmIFRlc3RlZCBmb3IgSW50ZWxsaWdlbnRPQ1IgNi4wLjEuIEl0IHNob3VsZCB3b3JrIGZvciBvdGhlciB2ZXJzaW9ucyBidXQgaXMgbm90IGd1YXJhbnRlZWQuXG4iLCI8VmVyc2lvbj5rX19CYWNraW5nRmllbGQiOjF9
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SetValuesList | In | InArgument<List<String>> |
✓ | Choice values to use when converting the field to a set | |
| FieldName | In | InArgument<String> |
✓ | Name of the Field to update the values for |
Arguments — Output
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Successful | Out | OutArgument<Boolean> |
Defines operation successfull |
Arguments — Input/Output
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SerializedTaxonomy | InOut | InOutArgument<String> |
✓ | The Taxonomy to update, serialized as a String |
UPTF00000158eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJEZXRlcm1pbmUgYWZ0ZXIgaG93IG1hbnkgcmV0cmllcyByZXN1bHRpbmcgaW4gQXBwbGljYXRpb24gRXhjZXB0aW9ucyBxdWV1ZSBpdGVtcyBpbiBhIGdpdmVuIHF1ZXVlIHdpbGwgYmUgbWFya2VkIGFzIEZhaWxlZC4gIiwiPFZlcnNpb24+a19fQmFja2luZ0ZpZWxkIjoxfQ==
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| OrchestratorQueueFolder | In | InArgument<String> |
Folder where the Queue will be located | ||
| OrchestratorQueueName | In | InArgument<String> |
The queue name for which we want to retrieve the maximum number of retries |
Arguments — Output
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MaximumNumberOfRetries | Out | OutArgument<Int32> |
Maximum number of retries set on queue |
UPTF0000012CeyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJUaGlzIHdvcmtmbG93IHVzZXMgYSByZWdleCBwYXR0ZXJuIGFuZCBjaGVja3MgdG8gc2VlIGlmIGEgc3RyaW5nIGlucHV0IHBhc3NlcyB0aGUgcmVnZXggY2hlY2siLCI8VmVyc2lvbj5rX19CYWNraW5nRmllbGQiOjF9
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RegexPattern | In | InArgument<String> |
The regular expression pattern | ||
| InputString | In | InArgument<String> |
The input string to against the regex will run to |
Arguments — Output
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MatchFound | Out | OutArgument<Boolean> |
Regex match found |
UPTF000000F4eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJNZXJnZSB0d28gZGljdGlvbmFyaWVzIGFuZCByZXR1cm4gdGhlIGZpbmFsIG9iamVjdCIsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| TargetDictionary | In | InArgument<Dictionary<String, Object>> |
The dictionary where the properties will be added | ||
| DictionaryToAdd | In | InArgument<Dictionary<String, Object>> |
The dictionary that will be merged into the Target dictionary |
Arguments — Output
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FinalDictionary | Out | OutArgument<Dictionary<String, Object>> |
Output Dictionary with the merged data |
UPTF000000F4eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJNb3ZlcyBlLW1haWwgYmV0d2VlbiAyIGZvbGRlcnMgdXNpbmcgT2ZmaWNlMzY1IGFwaSIsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| EmailMessage | In | InArgument<UiPath.MicrosoftOffice365.Models.Office365Message> |
Email to Move to a Different Office365 Folder | ||
| DestinationFolder | In | InArgument<String> |
Office365 Destination Folder | ||
| ApplicationSecret | In | InArgument<Security.SecureString> |
The secret string that the application uses to prove it's identity | ||
| Tenant | In | InArgument<String> |
The unique directory (tenant) ID assigned by the Azure Active Directory when you registered your app during Setup. | ||
| ApplicationId | In | InArgument<String> |
The ID of your Azure Active Directory Application | ||
| MaxAttempts | In | InArgument<Int32> |
Used to control the number of attempts of retrying in case of a system exception. | ||
| RetryInterval | In | InArgument<TimeSpan> |
Used to control the amount of time between retries in the Retry Scope activity. | ||
| EmailAddressSource | In | InArgument<String> |
The Email Address the email about to be moved belongs to |
UPTF000001D0eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJUaGlzIHdvcmtmbG93IHNlbmRzIGFuIGVtYWlsLlxyXG5cclxuQnkgZGVmYXVsdCB0aGUgT2ZmaWNlMzY1IGFjdGl2aXR5IHBhY2thZ2UgYW5kIEFwcGxpY2F0aW9uIElEIGFuZCBTZWNyZXQgYXV0aCBtZXRob2QgYXJlIHVzZWQuXHJcblxyXG5Nb2RpZnkgYWNjb3JkaW5nIHRvIHlvdXIgY2hvc2VuIEFjdGl2aXR5IFNldCBhbmQgQXV0ZW50aWNhdGlvbiBDb25maWd1cmF0aW9ucyIsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| From | In | InArgument<String> |
The email address from which the email is sent. | ||
| Body | In | InArgument<String> |
The email body. If IsBodyHtml is checked, then the body must be provided as HTML | ||
| Subject | In | InArgument<String> |
The email subject | ||
| Account | In | InArgument<String> |
The email address with which to interact. This may include any shared mailbox to which the current usser has access rights. If left blank, the current user's account is assumed. | ||
| IsBodyHTML | In | InArgument<Boolean> |
If checked, the message body is read as an HTML string | ||
| EmailTo | In | InArgument<String[]> |
The email addresses to which the email is sent | ||
| EmailCC | In | InArgument<String[]> |
The email adresses CC'd on the email | ||
| EmailBcc | In | InArgument<String[]> |
The email addresses BCC'd on the email | ||
| ApplicationId | In | InArgument<String> |
The ID of your Azure Active Directory Application | ||
| ApplicationSecret | In | InArgument<Security.SecureString> |
The secret string that the application uses to prove it's identity | ||
| Tenant | In | InArgument<String> |
The unique directory (tenant) ID assigned by the Azure Active Directory when you registered your app during Setup. | ||
| MaxAttempts | In | InArgument<Int32> |
Used to control the number of attempts of retrying in case of a system exception. | ||
| RetryInterval | In | InArgument<TimeSpan> |
Used to control the amount of time between retries in the Retry Scope activity. | ||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
A list of files attached to the message |
UPTF000000F0eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJUaGlzIHdvcmtmbG93IGRlbGV0ZXMgYWxsIHRoZSBmaWxlcyBpbiBhIGZvbGRlciIsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LocalFolderPath | In | InArgument<String> |
✓ | Absolute Path of the folder we want to clear |
UPTF000000B4eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOm51bGwsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageBucketPath | In | InArgument<String> |
Path Within The Storage Bucket where the file is located | ||
| LocalFilePath | In | InArgument<String> |
Absolute Path where the File should be Downloaded | ||
| StorageBucketName | In | InArgument<String> |
Name of the Storage Bucket | ||
| RetryInterval | In | InArgument<TimeSpan> |
Used to control the amount of time between retries in the Retry Scope activity. | ||
| MaxAttempts | In | InArgument<Int32> |
Used to control the number of attempts of retrying in case of a system exception. | ||
| OrchestratorFolder | In | InArgument<String> |
Orchestrator Folder |
Arguments — Output
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResultingFile | Out | OutArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
Resulting File Parameter returned by the Download Storage File Activity |
UPTF00000160eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJUaGlzIHdvcmtmbG93IHJlY2lldmVzIGEgZGF0YXRhYmxlIGFuZCB0ZW1wbGF0ZSBmaWxlIGFzIGlucHV0IGFuZCBnZW5lcmF0ZXMgYSBuZXcgZmlsZSBjb250YWluaW5nIHRoZSBpbmZvcm1hdGlvbiBmcm9tIHRoZSBkYXRhdGFibGUiLCI8VmVyc2lvbj5rX19CYWNraW5nRmllbGQiOjF9
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DataTable | In | InArgument<Data.DataTable> |
Contents of the file to be created. Table Headers will not be included! | ||
| MaxAttempts | In | InArgument<Int32> |
Used to control the number of attempts of retrying in case of a system exception. | ||
| RetryInterval | In | InArgument<TimeSpan> |
Used to control the amount of time between retries in the Retry Scope activity. | ||
| TemplateFilePath | In | InArgument<String> |
Template to use when creating the File | ||
| SheetName | In | InArgument<String> |
SheetName to use when creating the file | ||
| DestinationFilePath | In | InArgument<String> |
FilePath (folder + file name) where the newly created file should be stored |
UPTF000000D8eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJVcGxvYWQgZmlsZSB0byBzdG9yYWdlIGJ1Y2tldCIsIjxWZXJzaW9uPmtfX0JhY2tpbmdGaWVsZCI6MX0=
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageBucketPath | In | InArgument<String> |
Path Within The Storage Bucket where the file should be uploaded | ||
| LocalFilePath | In | InArgument<String> |
Absolute Path where the File to Upload is located | ||
| StorageBucketName | In | InArgument<String> |
Name of the Storage Bucket | ||
| RetryInterval | In | InArgument<TimeSpan> |
Used to control the amount of time between retries in the Retry Scope activity. | ||
| MaxAttempts | In | InArgument<Int32> |
Used to control the number of attempts of retrying in case of a system exception. | ||
| OrchestratorFolder | In | InArgument<String> |
Orchestrator Folder |
UPTF00000108eyI8SGVscExpbms+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8SW5pdGlhbFRvb2x0aXA+a19fQmFja2luZ0ZpZWxkIjpudWxsLCI8VG9vbHRpcD5rX19CYWNraW5nRmllbGQiOiJSZXVzYWJsZSBjb21wb25lbnQgdGhhdCBjbGVhcnMgYWxsIHRoZSBjb250ZW50cyBvZiBhIGxvY2FsIGZvbGRlci4iLCI8VmVyc2lvbj5rX19CYWNraW5nRmllbGQiOjF9
Arguments — Input
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LocalFolderPath | In | InArgument<String> |
Absolute Path of the folder we want to clear |