検索:upload-file-update-existing

adminが2022/04/24 04:58に最終更新

92件のうち41 - 50 « 前のページ 次のページ » ページ 1 2 3 4 5 6 7 8 9 10

[2] About Desktop Trigger (en)

adminが2023/10/19 14:56に最終更新
表示されるドキュメントの内容
: When a new file is created. When an existing file is deleted. When a file is renamed. When a file
. When an existing file is deleted in the folder. When a file is renamed in the folder. When a new folder
on the computer, such as a new window opening or a specific file created. akaBot Desktop Trigger supports
ドキュメントの内容のソース
as the trigger event: * When a new file is created. * When an existing file is deleted. * When a file is renamed
is created in the folder. * When an existing file is deleted in the folder. * When a file is renamed
on the computer, such as a new window opening or a specific file created. akaBot Desktop Trigger supports

Web Extension Installation (en)

adminが2024/04/26 15:35に最終更新
表示されるドキュメントの内容
and the browser is updated to the new version, you may need to update the new Browser driver. akaBot support 4
: "C:\Program Files\FPT Software\akaBot Platform\akaBot" In x86 Windows, open folder: "C:\Program Files (x86)\FPT Software\akaBot Platform\akaBot" Select folder: Version of Native Browser Package
ドキュメントの内容のソース
and the browser is updated to the new version, you may need to update the new Browser driver. akaBot support 4
Windows, open folder: "**C:\Program Files\FPT Software\akaBot Platform\akaBot"** In x86 Windows, open folder: "**C:\Program Files (x86)\FPT Software\akaBot Platform\akaBot"** Select folder: (% class="table

[1] akaBot Studio 2.2.0.1 (en)

Nhan Nguyenが2022/05/09 08:22に最終更新
表示されるドキュメントの内容
Bugs fixed Create Folder/Rename/New/NewFromTemplate file/folder name containing voiced characters. Expression Editor does not support clicking items from the suggestion list. The studio does not close
a limit for Exception Details on [Runtime Execution Error] Dialog (10000 chars). Updated Update
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( == **Bugs fixed** == * Create Folder/Rename/New/NewFromTemplate file/folder name containing voiced characters. * Expression
). == **Updated** == * Update Expression Editor to hide suggestion window and Tooltip when there is no result

[1] Release Notes (en)

保存場所
VuNH54が2023/09/08 14:41に最終更新
表示されるドキュメントの内容
-package Add Delete Column: Adds blank columns or removes existing columns from a specified sheet. Add Delete Rows: Adds empty rows or removes existing rows from a specified sheet. Add New Sheets: Creates a new sheet inside a specified Google spreadsheet Append Row: Appends a row to an existing spreadsheet
ドキュメントの内容のソース
or removes existing columns from a specified sheet. * Add Delete Rows: Adds empty rows or removes existing
spreadsheet * Append Row: Appends a row to an existing spreadsheet. * Auto Fill Range: Fulfills the auto-fill
to the source file. * Delete Range: Uses the Microsoft Graph Clear range (when **Shift** is //None//) or Delete

Center Installation Guide for Standalone Model on Redhat v9.x (en)

adminが2024/05/03 16:27に最終更新
表示されるドキュメントの内容
file before copying again to the akaBot Center machine to prevent syntax errors. When updating
activemq 2. Update value of Java Heap memory Open environment file sudo vi /opt/activemq/bin
setting file sudo vi /opt/tomcat/webapps/ROOT/WEB-INF/classes/logback-spring.xml 2. Update the line
ドキュメントの内容のソース
to the akaBot Center machine to prevent syntax errors. 1. When updating configuration files, please follow
of Java Heap memory * Open environment file sudo vi /opt/activemq/bin/env * Update below
/classes/config/ sudo vi application-prod.yml 2. Update the file as below image~: * Comment out

Append CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
DataTable to a CSV file, creating the file if it does not already exist. (* is mandatory) In the body of activity File path (String) - You can add the file path of the CSV here. String supported only. Data Table (DataTable) - The data table you want to append. Properties File File Path (String)* - The file path
タイトル
Append CSV File
保存場所
Append CSV File
ドキュメントの内容のソース
file, creating the file if it does not already exist. [[image:image-20220505104655-1.jpeg]] (* is mandatory) == **In the body of activity** == * **File path (String)** - You can add the file path
. == **Properties** == **File** * **File Path (String)*** - The file path of the CSV file E.g: “C:\CSVFolder

Append Line (en)

DatPTが2023/04/14 13:59に最終更新
表示されるドキュメントの内容
string to a file, creating the file if it does not already exist. (* for Mandatory) In the body of activity File name (String)* - The path of the file to append the line to, if the file is not created, create a new file and write line content to it. If the path is not full, the file will be searched
ドキュメントの内容のソース
" %) ((( RCA.Core.Activities.AppendLine == **Description** == This activity allows you to append the specified string to a file, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file to append the line

Excel Application Scope (en)

VuNH54が2023/04/19 16:56に最終更新
表示されるドキュメントの内容
are supported. Use Existing Workbook Existing Workbook (WorkbookApplication) - Use the data from an Excel file
Workbook Path (String) - The path of the Excel file you want to read. E.g: “C:\FolderName\Contacts.xlsx” “Do” - The activities you want to execute within the application. Properties File Edit password
ドキュメントの内容のソース
of the activity** == * **Workbook Path (String)** - The path of the Excel file you want to read. E.g: “C
. == **Properties** == **File** * **Edit password (String)** - The password required for editing password
(String)*** - The path of the Excel file you want to read. E.g: “C:\FolderName\Contacts.xlsx” * **Password

[01]Add To Collection (en)

DatPTが2023/04/17 13:15に最終更新
表示されるドキュメントの内容
System.Activities.Statements.AddToCollection<System.Int32> Description This activity allows you to add items to an existing collection. (* for Mandatory) Properties Misc Collection (ICollection<T
properties' variable type will automatically updated accordingly and will only accept said variable type
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( System.Activities.Statements.AddToCollection<System.Int32> == **Description** == This activity allows you to add items to an existing
will automatically updated accordingly and will only accept said variable type as input. ))) {{velocity

[1] Installation (en)

JP Comtorが2023/11/14 10:41に最終更新
表示されるドキュメントの内容
create database automationinsight; 1.2. Config mysql connection: open file application-prod.yml 2
throught akaBot Center Open file application-prod.yml Scroll to the bottom of that file and you can see center section here, then update the configuration if needed: Example: domain: http
ドキュメントの内容のソース
Authenticate User throught akaBot Center** == 1. Open file application-prod.yml 1. Scroll to the bottom of that file and you can see center section here, then update the configuration if needed: [[image:image
: open file (% style="color:#3498db" %)application-prod.yml [[image:image-20230421141503-1.png]] === 2
[upload-file-update-existing]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成