Get Transaction Details Form

The Simulate Get Details Form block provides a list of fields in a transaction detail page by using the App Key and Transaction Key. It helps users track which fields are active at the current stage of the transaction.

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35
TransactionKey

The Transaction Key of the required transaction

Data Type : Integer

Example  :  6

Output Pins

DetailsForm

Details form of the given transaction

Data Type : Dictionary

Example  : { "Result": "{ "Name": "Transaction details has been updated", "ID": "FM_435970DF-B3DB-402B-9B73-EC4E37467920", "FieldTemplates": { "Text": { "FieldType": "Text", "ValueType": "String", "Example": "Example Text" }, "TextNew": { "FieldType": "Text", "ValueType": "String", "Example": "Example Text" } } }" }
Example: Using the Simulate Get Details Form block in a real application

Last updated