I have an Azure data factory pipeline which calls a SQL stored procedure to perform some operation. I have an array within my pipeline and I want to pass this array to the stored procedure. I tried to create a custom type in SQL server and tried passing the array as input. But it didn't work as the activity does not have a data type for parameter as array. Any idea how to pass an array to a SQL stored procedure?
Screenshot of ADF option