but generally, you're misusing routes if you're passing lists of data directly as arguments. It would be helpful if you could explain what you are trying to do to avoid an XY Problem: https://xyproblem.info/
n
natario1
12/08/2021, 8:21 PM
Thanks Ian! It's a "compose new message" screen, whose recipients box might be prefilled. We want to pass these optional recipients (e.g. contact ids) to this screen, ideally with the same format used by our server: example.com/newmessage?to=contact1&to=contact2 . A custom type should work though I guess we can't have multiple