Delete from Data Store Entity not working

Hello,

I'm trying to delete a record inside a Process. But it's not working.
I read the documentation on Delete from Data Store Entity but it's not really helping.

I also tried the solution from previous post on the community forum

This is what I did:

The code inside the value field:

={
    {
        entity:cons!PSA_CONS_ENTITY_API_STATUS,
        identifiers:pv!fasolErrorResponse.id
    }
}

If I choose an entity inside the entity field, it's always reset to blank when I click elswhere.

I have no error inside my process, but the record is not deleted. 

Anyone has a solution ? Thanks !

  Discussion posts and replies are publicly visible

Parents Reply Children