Man illustrationFlower illustration

Execute update

Estimated reading: 2 minutes 236 views

Execute update activity executes a requested query on the database and returns the query result.


*Connection
name
The defined connection name before is chosen from the dropdown.
Param1The value to be assigned to the first parameter is written.
Param2The value to be assigned to the second parameter is written.
Param3The value to be assigned to the third parameter is written.
Param4The value to be assigned to the fourth parameter is written.
Param5The value to be assigned to the fifth parameter is written.
ParametersIf it is desired to put multiple parameters, parameters are written.
*Query sqlThe value of sql query is written.
*Result dataset nameThe reference name is given to the dataset which will create in this field.
Note: * Fields selected with are required, others are optional.

You can use the Connection name as shown in the example.

robustaConnection

You can use the Param1 as shown in the example.

[‘1’, ‘STRING’, ‘in’, ‘2314589’]

You can use the Param2 as shown in the example.

[‘2’, ‘STRING’, ‘in’, ‘${companyName}’]

You can use the Param3 as shown in the example.

[‘3’, ‘STRING’, ‘in’, ‘${companyName}’]

You can use the Param4 as shown in the example.

[‘4’, ‘STRING’, ‘in’, ‘${companyName}’]

You can use the Param5 as shown in the example.

[‘5’, ‘STRING’, ‘in’, ‘${companyName}’]

You can use the Parameters as shown in the example.

[[‘1’, ‘STRING’, ‘in’, ‘2314589’], [‘2’, ‘STRING’, ‘in’, ‘${companyName}’]]

You can use the Query sql as shown in the example.

insert into rpa_turkey_tablo2 (Ad,Soyad,Sirket_Adi,Unvan) values(‘:1′,’:2′,’:3′,’:4′);

You can use the Query sql as shown in the example.

employeesDataset
Share this Doc

Execute update

Or copy link

CONTENTS
Chat Icon Close Icon