cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver determination expression doesn't work

Former Member
0 Kudos

Hi guys

we have following requirement.

Store ID != 1234

Store ID != 1235

Store ID != 1236

Store ID's above shoudn't send to the receiver. I tried with insert expression and insert group but no luck. If i got a message with the Store ID 12376 then it check the first expression and find an receiver.

How can be solve this?

Kind Regards,

PM

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Peter,

Use below example XPath, select Op as EX.


(/DATA/FIELDS/FIELD_DATA/StoreID != "1234")and(/DATA/FIELDS/FIELD_DATA/StoreID != "1235")and(/DATA/FIELDS/FIELD_DATA/StoreID != "1236")

Example: -

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Peter,

You can achieve the above condition with simple XPATH query. Like

Xpath/Store ID != 1234 AND

Xpath/Store ID != 1235 AND

Xpath/Store ID != 1236

Please provide your Xpath query screenshot/full query to provide better inputs.

regards,

Harish