Setting Wrap up in Flow or via API Question/Snag

Good day Community,

I have a question, we are setting the wrap up of an interaction via a flow 'set wrap up' action and we have built a data action to set the wrap up of an interaction in-queue if X happens etc.

This is all working and adding the Wrap up to the interaction. We are using the Workflow participantId, that we find with another Data Action, on the Data Action API Endpoint:

PATCH /api/v2/conversations/messages/${input.conversationID}/participants/${input.participantID}

The issue now is that because the agent did not set the wrap up via ACW, there is no Wrap up performance stats for the Wrap up we use in the Flow or Data Action.

Is this expected behavior, or is there a different approach to get Wrap up performance stats to tick?
There is already a custom daily stats export application that is using the "Wrap up performance stats" for export.

We are trying to report on the Wrap up without the need to go and create an "Interactions View" filtered on the Wrap up and then schedule the export on GC.

Any help would be much appreciated.
Happy Easter to all.

Hi all.

Can someone please give some input here?
Is my assumption correct? Will Wrap up performance only be tracked if it was set by an agent in ACW?