【问题标题】:how to add a sharepointintegration connector to my powerapp如何将共享点集成连接器添加到我的 powerapp
【发布时间】:2022-12-12 15:06:26
【问题描述】:

我的 powerapps 中有一个自定义表单,它从我的共享点列表中读取。 显然它需要 SharepointIntegration 连接器才能工作。 (如附件)

请帮忙 enter image description here

我试过搜索整个谷歌和堆栈溢出但没有答案

【问题讨论】:

    标签: sharepoint sharepoint-online powerapps powerapps-canvas powerapps-formula


    【解决方案1】:
    【解决方案2】:

    SharePointIntegration control/object 仅在您使用 Power Apps 自定义 Microsoft Lists 或 SharePoint 表单时可用。

    文档:

    1. Customize a Microsoft Lists or SharePoint form by using Power Apps
    2. Understand SharePoint forms integration

      您不能在创建独立画布 Power 应用程序时添加此对象。

      1. 您可以从画布应用程序使用形式使用SharePoint数据源进行控制,使用SubmitForm()函数将数据提交到SharePoint列表。或者
      2. 使用使用画布应用程序中的任何控件创建的自定义表单,并使用 Patch 函数将数据保存在 SharePoint 列表中。

        在上述情况下,您不需要独立画布应用程序中的 SharePointIntegration 对象即可使用 SharePoint 数据源。

    【讨论】:

      猜你喜欢
      • 2019-03-13
      • 1970-01-01
      • 2012-06-17
      • 2023-03-08
      • 1970-01-01
      • 1970-01-01
      • 2018-12-20
      • 2022-01-07
      • 2012-01-05
      相关资源
      最近更新 更多