In Microsoft Flow, I'm trying to retrieve a custom field in a user profile. I'm using the "Get user profile (V2)" operation and I want to specify the custom field in the Query field. No matter how I construct the Query the operation returns this error:
{
"error": {
"code": "BadRequest",
"message": "Query option '$select' was specified more than once, but it must be specified at most once.",
"innerError": {
"request-id": "785b1a00-e298-494f-95ad-af979856cbf4",
"date": "2018-01-05T13:41:46"
}
}
}
What syntax should I use to get, e.g. the field 'TestField'?
I guess the value in the Query field is added to the OData Query created by the operation.
Any help is greatly appreciated!
Kind regards, Peter Rundqvist