Unable to select expanded properties of an expanded type, when using a query with $expand operator.
Sharepoint 2016 list contains a 'Person or Group' field (column=Client), when querying the list:
SSIS 2017 Odata query:
.../_vti_bin/listdata.svc/mylist?$select=Client,Client/UserName&$expand=Client
Only ClientId is returned in the preview.
When using the browser with above url, the XML scheme contains desired properties - nested.
Any suggestions? Also, the odata source is using V3. Is it possible to force it to use V4? If so, how?