Forum Discussion
Error when getting data from a SharePoint list in a LookUp Multi field
I am getting the data from a SharePoint list which has a LookUp Multi field and when I try to see what is inside the following error is displayed:
3 Replies
- lbendlinSuper User
Do you get the same error when using an ODATA connection?
- felipelfNew Member
When I use an OData connection I get the following error:
Details: "Microsoft.Mashup.Engine1.Library.Resources.HttpResource: Request failed:
OData Version: 3 and 4, Error: The remote server returned an error: (400) Bad Request. (The query to field 'ColTrabajadores' is not valid. The $select query string must specify the target fields and the $expand query string must contains ColTrabajadores.)
OData Version: 4, Error: The remote server returned an error: (400) Bad Request. (The query to field 'ColTrabajadores' is not valid. The $select query string must specify the target fields and the $expand query string must contains ColTrabajadores.)
OData Version: 3, Error: The remote server returned an error: (400) Bad Request. (The query to field 'ColTrabajadores' is not valid. The $select query string must specify the target fields and the $expand query string must contains ColTrabajadores.)"
- lbendlinSuper User
Good. Correct your query parameters and try again.