I have few record which I build them in Appian and save into DB. Below are records which I build in Appian which has "doddapap" my id for created by and updated by fields. But on writing these records DB these fields are getting updated with "Administrator.
Can Someone help me fixing this.
Discussion posts and replies are publicly visible
Need more context and try debugging through Process history of an instance , There might be a change you are updating these values again
Im just calling this rule in the PM to build the record and in the process history contains administrator in createdby and updatedby fields.
This rule gives the result as in below screenshot
we would need to see the actual contents of the rule. but as Stefan already noted below, I'd guess you're calling "loggedInUser()" in the rule which when called in the context of a running process will often reference the author of the process model or something else other than the person who's actually running the process.
p2005 said:Im just calling this rule