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.

Reporting on Flow designer

Community Alums
Not applicable

Hi Experts

I have requirement where I need to create a report which needs to pull the Catalog Item names which are creating tasks through Flow designer.

Kindly help me on achieving this.
Thanks!

2 REPLIES 2

EricDohr
ServiceNow Employee
ServiceNow Employee

If I am understanding your inquiry correctly, is your requirement "I need to know what catalog items are using Flow Designer?"

If that is a correct understanding, you would create a report on the sc_cat_item table where flow is not empty.  Similar to below

type!=bundle^sys_class_name!=sc_cat_item_guide^type!=package^sys_class_name!=sc_cat_item_content^published_refISEMPTY^flow_designer_flow!=NULL

Community Alums
Not applicable

Hi @EricDohr 
Thanks for the reply. My requirement is which are the catalog items are "Creating tasks" through Flow designer, Some Catalog items are used to Just submit a request and Which are not creating any tasks.
So I wanted to pull the reports which are all the catalog items creating tasks through Flow designer only and Not through Workflow.

Thanks