Skip to main content
February 17, 2021
Question

Regarding database

  • February 17, 2021
  • 12 replies
  • 0 views

Hi

I am facing issue while entering the new record .When I enter the new record  ,previously record is deleted from table.

So what should I do?

    12 replies

    stefanhelzle0001
    Brainy
    February 17, 2021

    Provide more details ...

    This might help: http://tinyurl.com/stack-checklist

    arund0002Author
    February 17, 2021

    I am trying to store data of user with help of interface and process model. In process model I have given an  xor for condition so when the condition satisfy the record will store in table. So when I enter the record it is going to database  but the previously records get deleted .

    stefanhelzle0001
    Brainy
    February 17, 2021

    Appian only deletes data from a DB table when there is a Delete from Datastore node. We need more details. Screenshot of model, configuration of the database node.

    harshitay0001
    February 17, 2021

    can you run an instance and check the process details? Is there any way that you might be overwriting the same record over and over again by calling a query entity and storing it in the rule input from the interface?