Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Automatically Add Checklists to Records using checklist Template

C_S3
Tera Contributor

Hello All,

I need to Automatically Add Checklists to Records using checklist Template in flow designer.

Any help would be appreciated.
Thank you!

3 REPLIES 3

Community Alums
Not applicable

Hello @Community Alums ,
I tried the video but it is not working for me . I created checklist_template but in checklist template records are not getting created

kim_kari
Tera Contributor

There is an out-of-the-box script include ChecklistUtil which contains function createChecklistFromTemplate that could be used to automatically create a checklist from a given template. If you call the function from a business rule or flow with the suitable input parameters, you should be able to achieve what you want.

 

Here is one past post on the same topic: https://www.servicenow.com/community/developer-forum/checklist-templates-on-task-forms/m-p/2460790