To empty the contents of the specified table.
Syntax
Empty Table (table_name) = output
Sample
1. Empty Table (table1) = Empties the contents of the specified table.
Parameter Details
Input Parameter Name |
Description |
table_name |
Name of the table that must be emptied/td>
|
Returns a table of files and their associated properties. Takes an input of To search a specified text by row and column number.
Syntax
Search Value From Table (table, start_row_no, start_column_no, text)
Sample
1. Search Value From Table (table1,2,3, Image)
Parameter Details
Input Parameter Name |
Description |
Table |
Data Table Variable |
Start Row Number |
Row Number from which the search must begin |
Start Column Number |
Column Number from which the search must begin |
|
Text |
Text to be searched |
Returns Data in tabular XML format.
Syntax
Convert Table To XML (row number, column letter, cell data)
Sample
1. Convert Table To XML (2, C, C2)
Parameter Details
Input Parameter Name |
Description |
Row Number |
Row number of the cell |
Column Letter |
Column Letter of the cell |
Cell Data |
Cell value of the cell |
To change the implicit delay in Web UI node.
Syntax
Delay ()
Sample
1. Delay (50) => 50 sec
Parameter Details
Input Parameter Name |
Description |
Delay |
Type the value in seconds |
To change the delay between the characters in input or send key action.
Syntax
Delay ()
Sample
1. Delay (50) => 50 sec
Parameter Details
Input Parameter Name |
Description |
Delay |
Type the value in seconds |
SendMail default expression sends mail through Simple Mail Transfer Protocol (SMTP, a protocol for sending e-mail messages between servers). The Email ID provided in the Email host user field is the “From address” of the mail that must be sent.
Syntax
SendMail(to,subject,body)
Sample
SendMail(xyz@gmail.com,test,This is a demo)
Parameter Details
Input Parameter Name |
Description |
to |
Address of the mail recipient |
subject |
Subject of the mail |
body |
Content of the mail |
Note: If the provided Email ID exists/valid, then the "Recipient
address accepted" message is displayed. If the provided Email ID does
not exist/not valid, then the "Invalid email address" message is
displayed.