Powershell Connector - Reading the value of multivalue fields

Hi all,

How can you read the content of multivalue fields using the Powershell connector? We have specified the ismultivalue option in the schema part of the XML file. We can read  the field ok but only get one value from the multvalue field returned. In the ReturnBindings we specify the path like path=fieldname[0]. We are aware that this will only read one value, the first one. But if we do not provide [0] or [1] we do get anything returned.

<Property Name="emails" DataType="String" IsMultivalue="true">
<ReturnBindings>
      <Bind CommandResultOf="Get-SingleUser" Path="emails[0]" />
</ReturnBindings>

Has anyone tried this and has a solution for it?

Regards,

Andy