How to view the history audit of flow, action record

BoHyun Jung
Mega Sage

Can I see the history audit of flow, action record? If i click record, the flow designer is redirected.

1 ACCEPTED SOLUTION

Collin Romeijn
Kilo Guru

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

View solution in original post

3 REPLIES 3

Collin Romeijn
Kilo Guru

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

Thanks @Collin Romeijn 

 

BoHyunJung_0-1730855789628.png

I want to see Audit History like this image. I want to see who modified what.

Collin Romeijn
Kilo Guru

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