Search: get-file-info

Last modified by admin on 2022/04/24 04:58

Results 11 - 20 of 37 « previous page next page » Page 1 2 3 4

Release Notes

Last modified by admin on 2024/05/12 17:28
Rendered document content
RCA.Activities.Salesforce Version 2.1.0.1 Features Added Composite Request Insert Record Update Record Delete Record Get Record Get List View Records Upset Record Create Bulk API Job Get Bulk API Job Start or Abort Bulk API Job Get Bulk API Job Result Upload File Download File Assign File Salesforce
Raw document content
* Insert Record * Update Record * Delete Record * Get Record * Get List View Records * Upset Record * Create Bulk API Job * Get Bulk API Job * Start or Abort Bulk API Job * Get Bulk API Job Result * Upload File * Download File * Assign File * Salesforce Application Scope * Execute SOQL * Execute Report

Get Element

Last modified by Nhan Nguyen on 2022/05/13 02:24
Rendered document content
)* - The file you get the element from Selector (String) * - You can add selectors here. String supported only
) - The element you get from the Java file. Output to JavaElement variable only.
RCA.Activities.Java.GetElement Description This activity allows you to get elements from a Java
Title
Get Element
Attachment name
get element.png
Location
Get Element
Raw document content
" %) ((( RCA.Activities.Java.GetElement == **Description** == This activity allows you to get elements from a Java file
Element (JavaElement)* **- The element you want to get. * **From (JavaElement)* **- The file you get
(JavaElement) **- The element you get from the Java file. Output to JavaElement variable only

Get Text

Last modified by Nhan Nguyen on 2022/05/13 02:24
Rendered document content
RCA.Activities.Java.GetText Description This activity allows you to get text from a Java file
(JavaElement)* - The element you want to get. From (JavaElement) - The file you get the element from Selector
and structure your code better. Eg: Get Text Java Output Output Text (String) - The element you get from
Title
Get Text
Attachment name
get text.png
Location
Get Text
Raw document content
" %) ((( RCA.Activities.Java.GetText == **Description** == This activity allows you to get text from a Java file
)* **- The element you want to get. * **From (JavaElement)** - The file you get the element from * **Selector
get from the Java file. Output to a String variable. ))) {{velocity}} #if ($xcontext.action

Select File

Last modified by DatPT on 2023/04/12 17:41
Rendered document content
them with a semicolon (“;”). Use Asterisk to get all files. The default value is: All files
a file and returns full path of the selected file. Properties Input Filter (String) – Used to specify the type of file you want to select. This filter should contain a description of the filter
Title
Select File
Location
Select File
Raw document content
multiple file types, separate them with a semicolon (“;”). Use Asterisk to get all files. The default value
" %) ((( RCA.Activities.Core.SelectFile == **Description** == This activity opens a dialog, allows you to select a file and returns full path of the selected file. [[image:image-20220505093334-1.jpeg]] == **Properties** == **Input

[1] Release Notes

Located in
Last modified by VuNH54 on 2023/09/08 14:41
Rendered document content
of a Google spreadsheet file. Get Cell Color: Extracts the background color of a cell and saves it as a Color variable Get sheets: Uses the Microsoft Graph Get worksheet API to retrieve and return an array
workbook. If no other workbook is specified, it is copied to the source file. Delete Range: Uses
Raw document content
to the source file. * Delete Range: Uses the Microsoft Graph Clear range (when **Shift** is //None//) or Delete
from the specified spreadsheet. * Download spreadsheet: Download a copy of a Google spreadsheet file. * Get Cell Color: Extracts the background color of a cell and saves it as a Color variable * Get sheets

Get Data from Clipboard

Last modified by Giang Tran on 2022/05/13 03:42
Rendered document content
RCA.Activities.Core.GetFromClipboard Description This activity allows you to get data from
)* – The format of the data you want to get from to Clipboard. Support format are: Text, UnicodeText, Rtf, Html, CommaSepreatedValue, Xaml. Output Output Text (String) - The output of the text that you get from this activity
Title
Get Data from Clipboard
Location
Get Data from Clipboard
Raw document content
" %) ((( RCA.Activities.Core.GetFromClipboard == **Description** == This activity allows you to get data from Clipboard for further
** * **Text Format (Dropdown list)*** – The format of the data you want to get from to Clipboard. Support
(String)** - The output of the text that you get from this activity stored in a variable. **Misc

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
. You should see no error and there is an assembly file RCA.Activities.Demo.dll in build output
: CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set; } protected override void
Raw document content
see no error and there is an assembly file RCA.Activities.Demo.dll in build output directory
class SumInt : CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set

Element Exists

Last modified by Nhan Nguyen on 2022/05/13 02:22
Rendered document content
). Input Input Element (JavaElement)* - The element you want to get. From (JavaElement) - The file you get
exists in a Java file (* is mandatory) In the body of the activity Pick target element - Chooses
) - Check if the element exists in the file. Boolean supported only.
Raw document content
Element (JavaElement)*** - The element you want to get. * **From (JavaElement)** - The file you get
file [[[[image:element exist.jpg]]>>attach:element exist.jpg]] (* is mandatory) **In the body
Exists **Output** * **Exist (Boolean)** - Check if the element exists in the file. Boolean

Update File Permission

Last modified by Nga Nguyen on 2022/05/16 03:36
Rendered document content
Input File ID (String)* - ID of file requested to get permission. String variables and String
the permission of a specified file. (*For mandatory) In the body of activity Id of file whose permissions to update (String)* - ID of file requested to update permission. String variables and String are supported
Title
Update File Permission
Location
Update File Permission
Raw document content
" %) ((( RCA.Activities.GSuite.UpdateFilePermission == **Description** == This activity allows you to update the permission of a specified file. [[image:image-20220505160539-1.png]] (*For mandatory) == **In the body of activity** == * **Id of file whose permissions to update (String)*** - ID of file requested to update permission. String variables

[01]File Change Trigger

Last modified by Tuan Nguyen on 2022/05/13 03:58
Rendered document content
System.Activities.Core.FileChangeTrigger Description This activity allows you to get the change information of a file. This can only be used in monitoring events. (* for Mandatory) Properties Event
, Attributes, Size, LastWrite, LastAccess, CreationTime, Security. File File Name (String) - The name
Title
[01]File Change Trigger
Location
[01]File Change Trigger
Raw document content
" %) ((( System.Activities.Core.FileChangeTrigger == **Description** == This activity allows you to get the change information of a file
. **File** * **File Name (String) **- The name of the file you want to watch for changes. E.g
] File Change Trigger **Options** * **Include Subdirectories (Checkbox)** - This is used whether
RSS feed for search on [get-file-info]
Created by admin on 2022/04/17 14:38