Update Transaction

The Update Transaction block allows users to update a DX transaction by providing the appropriate app key and required form data.

Update Transaction block

Input Pins

The Update Transaction block has multiple input pins.

You can provide individual pins corresponding to each search ID. For example, if the search ID of a text field is defined as 'Text', a value like 'ExampleTest' can be given and assigned to that specific field.

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  1
TransactionKey

Transaction Key for the updated transaction

Data Type : Integer

Example  :  5

Output Pins

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  1

TransactionKey

Transaction Key for the updated transaction

Data Type : Integer

Example  :  5
Example: Using the Update Transaction block in a real application

Last updated