NEW TO APPIAN TRYING TO UPDATE A Multiple Coloumns in the Database Table

Hi everyone 

i have a Table ( the name of the table is creditrequest)

and im trying to understand how can i  update coloumns values in a specific row  (with a specific id of creditrequest )  after that i inserted a row of creditrequest in the db for exemple.

i use also an interface where i saved those values, in the purpose of update the table.

 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to yanivb0001

    That configuration looks correct as far as I can tell.  In your process instance, when it's gotten to the "signature" task, did you confirm that the PV value correctly reflects the PK ID(s)?  This is where the "process history" tab becomes most useful, because if the PV has the PK ID values set and then loses them, this will show you where that happens.  One additional thought: double check your Interface to make sure it's not accidentally overwriting other value(s) within the PV when doing updates on-form.

Children