Write Records Smart Service Keeps Creating New Record Instead of Updating
I'm new to appian and I’m trying to update specific fields (status and step) of a record in my Process Model using the Write Records Smart Service, but instead of updating, it keeps creating a new record.
What I’m Doing:
- I pass the record to a form where the user can approve or reject it.
- When the button is pressed, I update the
statusandstepvalues usinga!save(). - I then pass
ac!recordtopv!record. - Finally, I use the Write Records Smart Service to save the changes.
Issue: Instead of updating the existing record, the Write Records node creates a new record.
