cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Switch Condition

Former Member
0 Kudos

Hi,


Good Afternoon.

I have a switch condition if (key= PoNum)

This is below XML request from source and it comes Receive step in BPM then immediately I put Switch condition if (key= PoNum)

<?xml version="1.0" encoding="UTF-8" ?>

<PONumRequests>

  <key>4500579850</key>

<PONums>

  <PONumber>4500579840</PONumber>

  <VendorID>1144009</VendorID>

  </PONums>

  </PONumRequests>

For ex: if key= 4500579850 and PO=4500579840 then also my condition is satisfying, that is  a problem I am facing in my switch condition



This is my actual format of condition in Switch

(Condtion_1 = Condition_2)


Can you please suggest me. Thank you


Best Regards,

Sateesh

Accepted Solutions (1)

Accepted Solutions (1)

binod8
Active Participant
0 Kudos

I hope u have used double equal to ( == ) instead of single =. Please also try using EQ in place of '=' in if condition.

Former Member
0 Kudos

Hi,

problem is my condition variables are Integers, it takes overflow which checking the condition, so it not works.

I have changed to 'string' . now condition works.

Thank you

Sateesh

Answers (0)