Forum Discussion
PaoloT
10 years agoLithium Alumni (Retired)
Hi KPNOnline
I have seen in the past issues in passing arrays. However it should be possible to pass some objects. Maybe you also want to have a look to these resources - I am not entirely sure around the limitations other than what is mentioned in the documentation.
In your specific case, as you are passing an array of IDs, you could always use a workaround: that is, join the sequence into a string, pass it to the component as a string, and then explode it into a sequence using split . It may do the trick for you.
Kind Regards,