Get Transaction Create Form

The Simulate Get Create Form block gives all the fields in the create form for a specific app using the App Key. It helps users see what fields are available and get a quick overview of the data.

Simulate Get Create Form Block
AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35

Output Pins

CreateForm

The app’s Create form

Data Type : Dictionary

Example  :  { "Result": "{ "Name": "test", "ID": "FM_1730349986433CFFLY5W0I", "FieldTemplates": { "Text": { "FieldType": "Text", "ValueType": "String", "Example": "Example Text" } } }" }
Example: Using the Simulate Get Create Form Block in a real application

Last updated