Update Checklist

The Simulate Update Checklist block allows you to update a checklist. You need to provide the Checklist Key to specify which checklist to update.

Simulate Update Checklist Block

Input Pins

The Simulate Update Checklist block has multiple input pins

You can update the following pins: ChecklistName(String),TotalDuration(Integer), CountDurationFromTasks(Integer), RequiredIndividualTaskCompletion(Boolean), and Tasks(Dictionary List).

ChecklistKey

This is the checklist key of the checklist to be updated.

Data Type : Integer

Example  :  49

Output Pins

Checklist Details

Displays the status of the checklist after it has been updated

Data Type : Dictionary

Example  :  { "ChecklistKey": "53", "ObjectKey": "53", "Status": "Updated" }
Example of using the Simulate Update Checklist Block in a real application

Last updated