Hi,
have created one rule which called from process model. but it does not return any value.
need to filter values from pv.
The rule has index and where contains
Discussion posts and replies are publicly visible
Why would you call pv! in a rule even if it is in a process model? Please make it generic and pass the values from RI. Also, make sure to typecast your values to the specific types. Tip - Use tostring() and touniformstring() wisely.
It would work after the above two steps.