Hi there, I was wondering if there is a way to build and submit a dynamic xpath or a way to use an xpath constraint against a list of objects. I am trying to use a multiselect for a field called type to filter a list view loaded via a microflow. The entities loaded via the microflow have a single type entry but I would like a user to be able to choose multiple types and have the filter be applied in the xpath so it would end up being type = TYPE-A or type = TYPE-B without having to manually enter that in the xpath. Is there a way to either dynamically build out the xpath for the retrieve or to have type IN my-list-of-types-selected?
↧