Skip to main content
May 2, 2024
Question

Write Records smart service is adding a new row instead of updating the existing row

  • May 2, 2024
  • 1 reply
  • 0 views

Hi,

I'm trying to update the DB whenever there is an user interaction in the record action but it is creating new row instead of updating the existing one. Please let me now if I'm missing something to configure.

Below are screenshots of the Write record 

    1 reply

    May 2, 2024

    [mention:eafad29ef2f94635b373ae8b9e875dbc:e9ed411860ed4f2ba0265705b8793d05] : Please ensure that you are supplying the ID of the specific instance. This occurs when the primary key is set to auto-increment, and during an update for the same row, you fail to provide that ID.