Get Checklist Details

The Simulate Get Checklist Details block returns the checklist associated with the specified checklist key.

Simulation Get Checklist Details block
ChecklistKey

The Checklist key that corresponds to the checklist you need

Data Type : Integer

Example  :  49

Output Pins

Checklist Details

Checklist details

Data Type : Dictionary

Example  : { "CountDurationFromTasks": "1", "Tasks": "[ { "TaskName": "Task Name", "AllowImageProofing": false, "Duration": 5, "IsCompleted": false, "AllowToSkipMandatoryWithComment": false, "AllowComments": true, "TaskValue": null, "FieldType": "Text", "IsMandatory": false } ]", "RequiredIndividualTaskCompletion": "0", "ModifiedUserKey": "", "ChecklistID": "CLT_1727885519414EZRB9LJ2Z2O", "ChecklistKey": "49", "TotalDuration": "5", "CreatedDateTime": "20241002:161220", "ChecklistName": "Checklist Name2", "ModifiedDateTime": "", "Description": "", "CreatedUserKey": "1" }
Example: Using the Simulate Get Checklist Details block in a real application

Last updated