Xpath Question - Process Core

0
I'm trying to create a microflow that I can then select from a particular reference selector but I'm not getting the correct input parameter.   [MxModelReflection.Microflows_InputParameter/MxModelReflection.Parameter/MxModelReflection.Parameter_MxObjectType/MxModelReflection.MxObjectType/ProcessCore.Process_MxObjectType_ProcessInstance/ProcessCore.Process/ProcessCore.Condition_Process = '[%CurrentObject%]']   What exactly is this asking for?    
asked
1 answers
3

The dataview which this reference selector is in needs to be of object 'Condition' and needs to have been committed in the database, otherwise the xPath will return nothing.  If  the list isn't too long you could use a dropdown with a Microflow as it's source.

answered