Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

HI @C_S3 ,

Please follow the video: https://www.youtube.com/watch?v=Hnf5SLmCGKM

 

After automating tags in a previous video, I was curious if I could do the same for checklists which I use a lot when creating videos. Turns out you can! Watch this video to see how I used Flow Designer to automatically add checklists to my video content records and save me a few clicks on every ...

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