简体   繁体   English

将新行添加到Excel电子表格时更新SharePoint Online列表

[英]Update SharePoint Online list when new row is added to Excel spreadsheet

So, I'm working on this project where my client wants to send forms with simple yes and no questions to their customers, adding each customer to a SharePoint list when the form is submitted. 因此,我正在该项目上工作,我的客户希望向客户发送带有简单“是”和“没有”问题的表单,并在提交表单时将每个客户添加到SharePoint列表中。 The customers gets different scores depending on their answers. 客户根据答案得到不同的分数。 My client is using Office 365 and wants it all "out of the box". 我的客户端正在使用Office 365,并希望所有这些都“开箱即用”。

What I have done i I've created a form (with Forms) that adds a row with the answers and the score to a new row on an Excel spreadsheet every time one hits the submit button on the form. 我所做的事情是,我创建了一个表单(包含表单),每当单击表单上的“提交”按钮时,该行就会在Excel电子表格中添加一行包含答案和分数的新行。 So far, so good. 到现在为止还挺好。 What i need help with is exporting and updating the spreadsheet to a SharePoint list. 我需要帮助的是将电子表格导出并更新到SharePoint列表。 I have been looking at Flow and think that's the way to go, but I'm in over my head. 我一直在研究Flow,认为那是要走的路,但我不知所措。 Suggestions? 有什么建议吗? Help? 救命? Tips? 提示?

Oh well well, after 5 minutes of searching I've found beautiful out-of-the-box solution leveraging Microsoft Form, Flow and SharePoint apps: Microsoft Forms and Flow - Leveraging Real-Time Survey Results in the Cloud 很好,经过5分钟的搜索,我发现了利用Microsoft Form,Flow和SharePoint应用程序提供的精美的即用型解决方案: Microsoft Forms和Flow-利用云中的实时调查结果

So basically: 所以基本上:

  1. Create survey with Microsoft Forms 使用Microsoft Forms创建调查
  2. Create Microsoft SharePoint list with columns which will map to your survey question/answers 创建带有列的Microsoft SharePoint列表,这些列将映射到您的调查问题/答案
  3. Use Microsoft Flow When a new response is submitted trigger When a new response is submitted使用Microsoft Flow触发器
  4. Add Microsoft SharePoint Create item action connected to Flows trigger and map your question to columns 添加连接到Flows触发器的Microsoft SharePoint Create item操作并将您的问题映射到列

Read the article, it contains more useful information. 阅读本文,其中包含更多有用的信息。

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

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