Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
8 subscribers
Views
5666 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Anybody aware about this error : Error code ID: APNX-1-4198-019.(UserID:
vikask146
over 9 years ago
Anybody aware about this error :
Error code ID: APNX-1-4198-019.(UserID:
<<user Name>>. Error code ID: APNX-1-4198-019. Error details: {"title":"An Error Has Occurred","message":"Expression evaluation error in rule '<<Rule Name 1>>' (called by rules 'Rule Name 2' >
'Rule Name 3') at function a!dynamicLink [line
26]: An error occurred while executing a save: Expression evaluation error
: The save target must be a load() variable, process variable, or node input (or a rule input passed one of those three), but instead was:
false","details":"","code":"APNX-1-4198-019"})
OriginalPostID-201368
OriginalPostID-201368
Discussion posts and replies are publicly visible
Top Replies
jagadeesh
over 9 years ago
+1
Certified Lead Developer
Hi vikask146, Just see if rule name 1 is the sub rule of rule name 2 and rule name 2 is the sub rule of rule name3, if you are trying to update any variable in rule name 1 it should be passed as a reference…
0
Rahul Gundu
over 9 years ago
By going through the error, the variable used in saveInto of dynamicLink() is defined inside with(). The savinto variables must be a load(), process variable or rule input. Define the same variable out side with() and try out.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vikask146
over 9 years ago
We have the same code in Dev but this problem comes in prod and only sometimes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jagadeesh
Certified Lead Developer
over 9 years ago
Hi vikask146,
Just see if rule name 1 is the sub rule of rule name 2 and rule name 2 is the sub rule of rule name3,
if you are trying to update any variable in rule name 1 it should be passed as a reference to rule name 2 and from rule name 3 and from rule name 2 to rule name 1 and that variable should be declared as either local variable in load or rule input in rule name 3 i.e main rule. I have faced same error and resolved in the same way I mentioned.
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel