- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 11:21 PM
Can I see the history audit of flow, action record? If i click record, the flow designer is redirected.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 11:18 PM
Sadly there is no such thing for flows or actions yet, because these are complex data files. Meaning it uses multiple tables to get the flow working.
The only thing that can give some guidons is checking the sys_update_version table and search for the flow in there to see who edited it the last time.
If history is a real requirement, check out the ServiceNow IDE feature, but its not low-code anymore: ServiceNow IDE user interface
Not the answer you hoped to get, but its an answer to get you thinking. Hopefully ServiceNow will build in some audit feature in Flow Designer.
Kind Regards,
Collin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 12:33 AM
Hi BoHyun Jung,
are you trying to see the history of customizations to an action or flow, or do you want to see executions of a flow/action?
Kind Regards,
Collin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 05:17 PM
Thanks @Collin Romeijn
I want to see Audit History like this image. I want to see who modified what.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 11:18 PM
Sadly there is no such thing for flows or actions yet, because these are complex data files. Meaning it uses multiple tables to get the flow working.
The only thing that can give some guidons is checking the sys_update_version table and search for the flow in there to see who edited it the last time.
If history is a real requirement, check out the ServiceNow IDE feature, but its not low-code anymore: ServiceNow IDE user interface
Not the answer you hoped to get, but its an answer to get you thinking. Hopefully ServiceNow will build in some audit feature in Flow Designer.
Kind Regards,
Collin