Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689987000/70342236-b3c7-4421-93f6-2807ce187d9a.jpg?itok=cdkaVwJ6)
HCL Technologies
IN
Last activity: 21 Nov 2017 7:32 EST
How to pass array as parameter to Store procedure
I need to pass array as parameter to Store procedure. I tried with Value list & Page list and referred in Connect SQL but it doesn't work. Kindly find my code below in Connect-SQL and someone pls tell me how to pass array from Pega.
DECLARE
BEGIN
SchemaName.StoreProcName({TestPage.ValueListPropName IN})
END
---***----
Do i need to refer Value list or Page list to pass as parameter? and how to refer in the rule.
Little urgent to deliver this code so any help is highly appreciated.