简体   繁体   English

如何将共享点集成连接器添加到我的 powerapp

[英]how to add a sharepointintegration connector to my powerapp

I have a customised form in my powerapps that reads from my sharepoint list.我的 powerapps 中有一个自定义表单,它从我的 sharepoint 列表中读取。 Apparently it requires a SharepointIntegration connector to work.显然它需要 SharepointIntegration 连接器才能工作。 (as attached) (如附件)

Please help enter image description here请帮忙在这里输入图片描述

Ive tried searching all over google and stack overflow but no answers我试过搜索整个谷歌和堆栈溢出但没有答案

SharePointIntegration control/object is only available when you customize a Microsoft Lists or SharePoint form by using Power Apps. SharePointIntegration控件/对象仅在您使用 Power Apps 自定义 Microsoft Lists 或 SharePoint 表单时可用。

Documentation :文档

  1. Customize a Microsoft Lists or SharePoint form by using Power Apps 使用 Power Apps 自定义 Microsoft Lists 或 SharePoint 表单
  2. Understand SharePoint forms integration 了解SharePoint forms整合

You cannot add this object while creating a standalone canvas Power apps.您不能在创建独立的 canvas Power 应用程序时添加此 object。

  1. From canvas app you can use Form control with SharePoint data source and use SubmitForm() function to submit data to SharePoint list.从 canvas 应用程序,您可以使用 SharePoint 数据源的表单控件,并使用SubmitForm() function 将数据提交到 SharePoint 列表。 OR要么
  2. Use custom form created using any controls in canvas app and save data in SharePoint list using Patch function.使用使用 canvas 应用程序中的任何控件创建的自定义表单,并使用Patch function 将数据保存在 SharePoint 列表中。

In above cases you don't need SharePointIntegration object in standalone canvas app to work with SharePoint data source.在上述情况下,您不需要独立 canvas 应用程序中的SharePointIntegration object 即可使用 SharePoint 数据源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM