Skip to main content
deepaks0008
Known Participant
January 20, 2021
Question

How to copy data from Process Model properties variable tab?

  • January 20, 2021
  • 1 reply
  • 0 views

Objective: copy data from Process model properties and store the old data copy into same table(Multiple of updates done using interface) before new data update.

I have "process start form" tab with - Update_Ticket_Interface

This interface to update ticket on selecting table row Interface shows details to update ticket.

Here, want to copy available data into a variable before form submit/update. 

How to copy data from Process Model properties variable tab?

Here, i am able to update only one record, not sure how to use process model to get copy of old data to store into same DB.

i have process model as, Inputtask-startNode --> Write To Data Store Node -->End node

In below screenshot, i There are two variables, PTS_TicketTest(For record Update-working) & PrevData(ForRecordOldDataCopy-GettingNull)

PrevData tried to store in another Write To Data Store but getting null data, as PrevData didn't get data.

Please let me know if any clarity needed. 

    1 reply

    pedro.simoes
    Participating Frequently
    January 20, 2021

    Hi [mention:cffb853962a3454b9fe6e1bfa6d2345c:e9ed411860ed4f2ba0265705b8793d05],

    If the interface that you're using already has that data, you can leverage a!save on your submit button to update the PrevData variable.

    docs.appian.com/.../fnc_evaluation_save.html