XPath syntax error with reference selector

0
  Hello    I am getting below syntax error with ‘Selectable objects’ tab of reference selector. Parameters on both end are of same type; don’t know why the error shown.   Both the attributes, FilterId and FilterDistrictID are integers.
asked
3 answers
4

Hello Muhammed Iqbal M P

 

Are you trying to compare the values with associated object attributes in Xpath? 

If YES → try with microflow instead of Xpath, that should work.

 

Associated object’s attribute is not reachable here.

 

Thanks!

answered
0

You are trying to compare an attribute (FilterDistrictId) with an object (FilterId?). You need to select an attribute to make this xpath constraint work

answered
0

After $currentObect and on / key hit what options are you getting?

what i feel is, you cannot traverse that XPath as in runtime what is $currentObject is not knows to the MX runtime!

Can you tell me what you get when press / after $currentObject?

answered