Calling a Flow Action on Delete in an Embedded List (Pega Constellation)

In Pega Constellation, I am using an embedded list where data is displayed in a Grid/Table format.

My requirement is to invoke a Flow Action when a user deletes a row using the Delete action from the embedded list.

Is it possible to call a Flow Action when the Delete action is performed on an embedded list item? If so, could you please provide the recommended approach or configuration for achieving this?

image

Why does it specifically have to be on the delete action? You could call it on submit of the assignment?

I believe post processing flow action will be triggered if you want to handle the business rules during the delete.

@Ram I don’t believe the delete action is represented by a flow action? It’s just configured on/off for embedded data lists.