Flow Designer Trigger Error - "not a valid conditional expression"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 09:21 AM
Hello
I am using a simple trigger of when "additional comments changes"
But when executing, the trigger is failing giving the following error
Operation(Invoice Case-A note/comment has been added to a request-Non Private.If$1.evalConditions) failed with error: com.snc.process_flow.exception.OpException: unable to evaluate condition for /if/_0_54d4503bdb8d82508d007317f39619ae = != is not a valid conditional expression
at com.snc.process_flow.engine.ConditionalBranchOperation.run(ConditionalBranchOperation.java:57)
I have tried re-creating the trigger as others have suggested on similar posts, but still same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 09:40 AM
Hi Dear,
Try changing condition to additional comments is not empty.