Adapter services, Issue with having an array as input to adapter services

Hello,
I am trying to query multiple records of students whose IDs are in an array. I built this custom SQL adapter to do so, but I am only getting the first item of the array.

Can anyone advise me on
how can I make the adapter accept an array an input rather than just taking the first item?

Regards,

Hi there,
Have you tried clicking on the “Input Field Type” and changing the java.lang.Object reference to “String” ?
regards,
John.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.