Flow comment added twice to ticket

M_iA
Kilo Sage

I have a flow that triggers when a case is put on hold. This flow is designed to auto chase the contact for the information required and then resolves if we dont hold back. This flow chases 3 times.

 

However, it appears to duplicate the comment and I am not sure why. Looking at the audit, it has an update number of 0:

M_iA_0-1724923109216.png

Would anyone know why this could be?

2 ACCEPTED SOLUTIONS

Mark Manders
Mega Patron

Can you check the flow executions? There is a slight time difference, so it almost looks like the flow is triggered twice (perhaps on the update of the comments itself).


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

@Mark MandersThanks, this helped me find the issue. The Flow was being run by system. However, another flow was being triggered which checks who updated the comments and if not assigned to / system user, it sets a "needs attention" flag. Somehow, the system user was not being read correctly in the flow action and it was flagging as needing attention. This has caused the duplication as turning off the flow, stopped the dupliction.

 

I have reached out to servicenow as the flow and process is an OOB one.

View solution in original post

3 REPLIES 3

Mark Manders
Mega Patron

Can you check the flow executions? There is a slight time difference, so it almost looks like the flow is triggered twice (perhaps on the update of the comments itself).


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

@Mark MandersThanks, this helped me find the issue. The Flow was being run by system. However, another flow was being triggered which checks who updated the comments and if not assigned to / system user, it sets a "needs attention" flag. Somehow, the system user was not being read correctly in the flow action and it was flagging as needing attention. This has caused the duplication as turning off the flow, stopped the dupliction.

 

I have reached out to servicenow as the flow and process is an OOB one.

Amit Verma
Kilo Patron
Kilo Patron

Hi @M_iA 

 

If possible, can you share the flow design ? I suspect that some action is being called in loop and causing the issue.

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.