Skip to main content
salmak1788
August 13, 2025
Question

Intermittent issue with write to records

  • August 13, 2025
  • 3 replies
  • 0 views

We are seeing a strange issue in which write to record is not working properly. If we check the process variable value, it is successfully updated, but when we look at the database, the latest data is not being updated, no expression error is generated, and this is an intermittent issue.

As per this thread we updated to latest version https://community.appian.com/discussions/f/data/39426/data-fabric---write-to-child-records-via-relationship, still we see same issue.

Anyone knows the reason?

3 replies

stefanhelzle0001
August 13, 2025

Is there any other potential issue you already ruled out?

shubhama926776
August 14, 2025

[mention:a31fc3cc48ff46a984718c5722c55bc3:e9ed411860ed4f2ba0265705b8793d05]  May i know what's the issue?

salmak1788
August 14, 2025

issue is variable that we are passing in write record has updated value, but if we see in DB value is not updated. No error in process model .

Work around what we did is just added a script task before write and just storing same variable again , that works(though we have not updated anything ,its just restoring value again) [mention:9861aef97eb2483a8b76175d9eda1e37:e9ed411860ed4f2ba0265705b8793d05]