The Simulate Get Application Checklists block returns all checklists linked to a specific checklist key used in an application. You can provide both the app key and the checklist key to retrieve them.
Simulate Get Application Checklists block
Input Pins
AppKey
This is the app key for a particular application.
Data Type : Integer
Example : 35
ChecklistKey
The checklist key associated with the checklist
Data Type : Integer
max
Allows you to specify how many checklists you want to return
Data Type : Integer
last
Allows you to specify the starting point for data retrieval. Use 0 to start at the first record, 1 skips it.
Data Type : Integer
q
Allows to filter by checklist id or checklist name, like search filter
Data Type : String
ObjectKey
Allows you to filter checklists by the object key
Data Type : Integer
ObjectType
Allows you to filter checklists by their object type
Data Type : String
Output Pins
Application Checklists
The checklists in the DX application
Data Type : List
__totalcount__
Total number of checklists
Data Type : Integer
Example: Using the Simulate Get Application Checklists block in a real application