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?
Discussion posts and replies are publicly visible
salmak1788 May i know what's the issue?
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) Shubham Aware