Hi forum, I am using the Delete from Data Store Entities smart servic

Hi forum,

I am using the Delete from Data Store Entities smart service in a process. Whenever I try to assign the data store to delete from when configuring the properties, the node does not retain the data store I have assigned in the input. (see screenshot attachment). I am using Appian 7.2. Does anyone else have this issue?...

OriginalPostID-92395

OriginalPostID-92395

  Discussion posts and replies are publicly visible

Parents
  • As per the documentation, the entity and data values must be put into the value field for the EntityDataIdentifiers node input and not the entity and identifier fields of that input. The syntax should be the same as if using a write to multiple data store entity smart service:

    ={
    {entity:pv!ENTITY_SPRINT_ITEMS, identifiers:pv!itemIdsToDelete},
    {entity:pv!ENTITY_COMMIT, identifiers:pv!commitIdsToDelete},
    {entity:pv!ENTITY_SPRINT, identifiers:pv!sprintIdsToDelete}
    }
Reply
  • As per the documentation, the entity and data values must be put into the value field for the EntityDataIdentifiers node input and not the entity and identifier fields of that input. The syntax should be the same as if using a write to multiple data store entity smart service:

    ={
    {entity:pv!ENTITY_SPRINT_ITEMS, identifiers:pv!itemIdsToDelete},
    {entity:pv!ENTITY_COMMIT, identifiers:pv!commitIdsToDelete},
    {entity:pv!ENTITY_SPRINT, identifiers:pv!sprintIdsToDelete}
    }
Children
No Data