cancel
Showing results for 
Search instead for 
Did you mean: 

Error in message mapping

Former Member
0 Kudos

Hi all,

I am trying out a simple exercise on message mapping.

However when i try to use not exist, it prompts me for the below mentioned error.

[http://img338.imageshack.us/my.php?image=errorbc7.jpg]

It works for "exists" but i would like to know why not exist does not work in this situation.

-


Appreciate any comments.

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Hi,

On seeing the image I couldn't able to understand what u want to achieve. NOT will give you the negation of the input provided. NOT will get only True or False as input.

EXISTS function will give the output as True or false based on the node. As per your example, if ERNAM present then it will give True else False.

Now tell, what u want to achieve.

raj.

Former Member
0 Kudos

I am trying to do like

If ERNAM NOT EXIST

then set Constant to Name

else

Set ERNAM to Name

However it works for

If ERNAM EXIST

then Set ERNAM to Name

else

set Constant to Name

I think i misunderstood the meaning of "Not"

It should be

if NOT(ERNAM EXIST)

then set Constant to Name

??

justin_santhanam
Active Contributor
0 Kudos

Hi,

Map ERNAM to THEN / CONSTANT NAME to ELSE.

raj.