Xpath Active seems to show active AND inactive

0
Hi all, I have a list view (AssetImageList) as follows:   I am trying to use Xpath to only show those pictures where the Active boolean attribute is true. I have a second list underneath the one pictured using the xpath [not(Active)] and this only shows the pictures where the active attribute is false. My issue is that the listview pictures shows all the pictures, regardless of the xpath I try to set. I have tried [Active], [Active = true] and [Active = true()] and all of them still show the inactive images. Please can you help?
asked
1 answers
1

You must be making some kind of mistake. You could set the datasource to microflow and use the same XPath there. Then you are able to double check the list if you set a breakpoint in that microflow. My gut feeling is that you might not be looking at the same boolean.

Regards,

Ronald

 

answered