简体   繁体   English

使用电源自动更新带有 excel 文件的 Sharepoint-List

[英]Update Sharepoint-List with with excel-file using power automate

I'm using PowerApps to modify a list (list A) in Sharepoint.我正在使用 PowerApps 修改 Sharepoint 中的列表(列表 A)。 Some of the data displayed in this list is from another list (list B), displayed using lookup.此列表中显示的一些数据来自另一个列表(列表 B),使用查找显示。 Every week I update list B, with data I get from a automated email.每周我都会更新列表 B,其中包含从自动 email 获得的数据。 The email contain a excel spreadsheet. email 包含一个 excel 电子表格。

I would like to automate this, but I've run into so many issues I'm not even sure it is possible anymore.我想自动化这个,但我遇到了很多问题,我什至不确定它是否可能了。 This is my flow:这是我的流程: 更新列表 B 的流程

To my knowledge, it isn't possible to update a list directly from a excel file, unless the excel file is formatted as a table.据我所知,不可能直接从 excel 文件更新列表,除非 excel 文件被格式化为表格。 Instead I have a empty file on my sharepoint that I update, which I later try to use as the source for updating list B.相反,我在我更新的 sharepoint 上有一个空文件,我稍后尝试将其用作更新列表 B 的源。

Sadly this file is either locked by myself, or it won't recognize my table.可悲的是,这个文件要么被我自己锁定,要么无法识别我的桌子。

Any solutions to solve this problem would be helpful!解决此问题的任何解决方案都会有所帮助!

Just insert a create table step into the flow.只需在流程中插入一个创建表步骤。

创建表操作

So you will:所以你会:

  1. Receive an email with the new Excel file.使用新的 Excel 文件接收 email。
  2. Save that temporarily in a secured spot.将其暂时保存在安全的地方。
  3. Create table on the data required.根据所需数据创建表。
  4. Use the table to update the SharePoint list.使用该表更新 SharePoint 列表。

I've done that, then I've taken the data listed and added it to a SharePoint list using sample data from a website about single board computers, here:我已经这样做了,然后我使用来自有关单板计算机的网站的示例数据将列出的数据添加到 SharePoint 列表中,这里:

将数据从表添加到 SharePoint 列表的流程步骤

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

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