在 Microsoft Flow 中,我尝试检索用户配置文件中的自定义字段。我正在使用“获取用户配置文件 (V2) ”操作,并且我想在查询字段中指定自定义字段。无论我如何构造查询,操作都会返回此错误:
{
"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"
}
}
}
Run Code Online (Sandbox Code Playgroud)
我应该使用什么语法来获取字段“TestField”?
我猜想查询字段中的值已添加到操作创建的 OData 查询中。
任何帮助是极大的赞赏!
亲切的问候, 彼得·伦德奎斯特
rest odata azure-logic-apps office365connectors power-automate