Skip to main content
August 20, 2021
Question

new requestid is generating when i am updating the list in site

  • August 20, 2021
  • 5 replies
  • 0 views

Hi all,

when I am performing a related action(update) it is creating a new requestID instead of updating the same list on the site with null values and it is not getting updated as shown in image1. I have checked the process model and monitoring everything Is fine i mean all the values are getting stored perfectly, can you please suggest me.

    5 replies

    csteward
    August 20, 2021

    You will want to verify that the unique key value is present when performing the update on your row.  If it is not, Appian will perform an INSERT instead.

    August 20, 2021

    Thanks, csteward , I have passed all the unique keys(primary keys) of all CDT's still I am facing the same issue. 

    csteward
    August 20, 2021

    I'm assuming you are not expecting the blank data points either?  Is the Write to DS running twice, or is there an extra row in the CDT when you are saving?  If the unique ID is present and correct an UPDATE should be performed.  You should be able to identify this in monitor mode.