Get Transaction Checklist Details

The Simulate Get Transaction Checklist Details block returns checklists linked to a specific transaction in an app, filtered by the Checklist Key. To retrieve checklists, you need to provide the App Key, Transaction Key, and the Checklist Key.

Simulate Get Transaction Checklist Details block

Input Pins

AppKey

This is the App Key for a particular application.

Data Type : Integer

Example  :  35
TransactionKey

This is the Transaction Key for the transaction.

Data Type : Integer

Example  :  6
ChecklistKey

This is the Checklist Key for the checklist.

Data Type : Integer

Example  :  49
max

Lets you specify the number of checklists to return

Data Type : Integer

Example  :  20
last

Lets you choose where to start retrieving records—0 starts from the beginning, 1 skips the first record

Data Type : Integer

Example  :  0
q

Acts like a search filter to narrow results by checklist ID or checklist name.

Data Type : String

Example  :  API Checklist
ObjectKey

Allows you to filter checklists by their Object Key

Data Type : Integer

Example  :  1
ObjectType

Allows you to filter checklists by their Object Type

Data Type : String

Example  :  Asset

Output Pins

Transaction Checklist Details

Filters checklists by the Checklist Key within a specific transaction in the DX app

Data Type : List

Example  : [ { "CountDurationFromTasks": "1", "Tasks": "[ { "AllowImageProofing": false, "IsCompleted": false, "Attachments": [], "Comments": [], "Duration": 6, "AllowComments": false, "AllowToSkipMandatoryWithComment": false, "TaskName": "Text", "TaskValue": null, "FieldType": "Text", "IsMandatory": false } ]", "RequiredIndividualTaskCompletion": "0", "ChecklistID": "CLT_1726208864368OXXB3P1X4HG", "row_id": "1", "ChecklistKey": "48", "totalcount": "1", "Completed": "0", "TotalDuration": "6", "TransactionKey": "7", "TargetEndDate": "", "TargetStartDate": "", "IsSystemGenerated": "0", "SchedulerKey": "", "AppKey": "35", "ChecklistMapKey": "1", "ChecklistName": "Checklist Name", "Description": "", "Objects": "[]" } ]
__totalcount__

Total number of checklists

Data Type : Integer

Example  : 10
Example: Using the Simulate Get Transaction Checklist Details block in a real application

Last updated