Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

I need to update my data(write to data store entity) after the previous one completed

Hello 

I need to update my data in db(new status) whenever the previous section completed and i don't need previous data(perious section).

Thus if L1 has store the status in db as selected , then After L2 has store the status as selected in L2 , 

The L2 data has to update in db ,i don't need L1 status . 

i just need final updated one. Please find my Attachments 

Please ping me for extra information

Thanks and regards 

Pavan 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    In the write to datastore entity, you have to save the value which got inserted/updated into the DB. for this you can go to WSE->go to output and map the stored value output configuration with the process variable which you are using for insertion, With this, you are capturing your primary key which will help you to update the data instead of creating a new row.

Reply
  • 0
    Certified Lead Developer

    In the write to datastore entity, you have to save the value which got inserted/updated into the DB. for this you can go to WSE->go to output and map the stored value output configuration with the process variable which you are using for insertion, With this, you are capturing your primary key which will help you to update the data instead of creating a new row.

Children