Pega Connect Rule
When connecting to MS SQL using SQL Connect, I am unable to run an IN
clause query with a page property containing a comma-separated list of values. The same query works when the values are hardcoded. How can I pass a dynamic comma-separated value from a property to the IN
clause? Currently, only the first value from the list is being used.