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.
status
step
a!save()
ac!record
pv!record
Issue: Instead of updating the existing record, the Write Records node creates a new record.
Discussion posts and replies are publicly visible
check the primary key field is populated prior to hitting the node, also make sure the record type output goes back to your pv so you can see the data on the way back out as well. Sometimes, adding a user task node inbetween nodes where data is being transformed and then written can help you see the journey the data type goes through. Within the History tab of the process though you should be able to see everything.