Reporting on Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2022 04:39 AM
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!
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2022 01:27 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 12:15 AM
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