Flow designer : Flow is not triggering

davjohn
Kilo Expert

Hello Team,

I'm trying to trigger a flow for the sys_history_line table but for some reason the flow is not getting triggered.

I tested the flow using a sample test from the designer itself and I'm able to achieve the required output but the flow is not getting triggered after activation.

Please help !!

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

Mario Quinones1
Mega Guru

Have you checked who is running the flow under "Properties"?, if it is not "System user", try with that one.

 

Also check the "Today's executions" to see if here is an error happening.

View solution in original post

7 REPLIES 7

Mario Quinones1
Mega Guru

Have you checked who is running the flow under "Properties"?, if it is not "System user", try with that one.

 

Also check the "Today's executions" to see if here is an error happening.

Yes i'm running the flow as a System User

Daniel Draes
ServiceNow Employee
ServiceNow Employee

What are you trying to achieve? sys_history_line is a bit of a special table as it only contains a few records dynamically fetched from our audit table(s). Seems a bit weird to build a business logic on top of it.

I want to pass updates done to the record to the Teams channel.

User may update any value so I thought passing value from the History table make sense.