Hi
I want to implement the following logic by using the grphical mapping
If Categorycode = 1
If Surname Node exists
Move Surname to Family Name
Else
Move NA to Family Name
Endif
Else
Move NA to Family Name
Endif
For Checking the node I am using the Exists node function, However How Can I implement exists and if condition in the same mapping
Thanks for your inputs
PR