【发布时间】:2022-06-10 21:17:36
【问题描述】:
我有一个微软表单,我在其中附加了一个文件(一个 excel),我想获取这个文件并解析 Logic App 中的内容。当我得到文件时,我收到一个这样的数组:
{
"name":"FileName.xlsx",
"link":"https://xxxx-my.sharepoint.com/personal/xxx/_layouts/15/Doc.aspx?sourcedoc=xxxx",
"id":"the Id",
"type":null,
"size":10310,
"referenceId":"the reference Id",
"driveId":"the drive Id",
"status":1,
"uploadSessionUrl":null
}
我不知道我是否可以从此链接获取文档,或者是否有其他方法可以获取上传到 Microsoft 表单中的 excel 内容。请帮帮我!
【问题讨论】:
标签: azure-logic-apps microsoft-forms