Stored Procedure Array Input

Can we pass a list of numbers to input parameter of SP? Is it possible.

a!storedProcedureInput(
name: "group_ids",
value:local!groupids (It is a list of number)

),

It's not working as input parameter is defined as INT on DB side but we are passing list of integers.

  Discussion posts and replies are publicly visible