sharepoint odata查询以使用Microsoft Flows提取数据

时间:2019-02-18 08:19:15

标签: sharepoint

我在SharePoint LIst中具有以下代码,并希望以黄色显示以下几行以电子邮件发送。该表中有500多个条目。 我需要每天安排流量。

   "": {
      "@odata.etag": "\"2\"",
      "ItemInternalId": "22",
      "ID": 22,## Heading ##
      "ParticipantsPicker": [
        {
          "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
          "Claims": "i:0#.f|membership|j.w@nokia.com",
    "DisplayName": "W, J(Nokia - US/Bellevue)",
          "Email": "J.W@nokia.com",
          "Picture": "https://nokia.sharepoint.com/sites/tmofoa/_layouts/15/UserPhoto.aspx?Size=L&AccountName=J.W@nokia.com",
          "Department": "CO A NAM MS ",
          "JobTitle": "Sr. Project Manager"
        }
      ],
      "ParticipantsPicker@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser)",
      "ParticipantsPicker#Claims": [
        "i:0#.f|membership|J.W@nokia.com"
      ],
      "ParticipantsPicker#Claims@odata.type": "#Collection(String)",
      "Category": {
        "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
        "Id": 0,
   "Value": "Vacation Days (PTO)"
      },
      "Category#Id": 0,
 "EventDate": "2019-02-11T00:00:00Z",
      "EndDate": "2019-02-22T23:59:00Z",
      "NewItem": 1,
      "Add_x0020_Reminder": {
        "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
        "Id": 0,
        "Value": "Yes"
      },
      "Add_x0020_Reminder#Id": 0,
      "Reminder_x0020_Time": {
        "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
        "Id": 0,
        "Value": "No"
      },
      "Reminder_x0020_Time#Id": 0,
      "Remind_x0020_Date": "2019-02-10T23:30:00Z",
      "Modified": "2019-01-21T18:25:22Z",
      "Created": "2019-01-21T18:25:09Z",
      "Author": {
        "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
        "Claims": "i:0#.f|membership|J.W@nokia.com",
        "DisplayName": "W, J(Nokia - US/Bellevue)",
        "Email": "J.W@nokia.com",
        "Picture": "https://nokia.sharepoint.com/sites/tmofoa/_layouts/15/UserPhoto.aspx?Size=L&AccountName=J.W@nokia.com",
        "Department": "CO A NAM MS TMobile",
        "JobTitle": "Sr. Technical Project Manager"
      },
      "Author#Claims": "i:0#.f|membership|J.W@nokia.com",
      "Editor": {
        "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
        "Claims": "i:0#.f|membership|J.W@nokia.com",
        "DisplayName": "W, J(Nokia - US/Bellevue)",
        "Email": "J.W@nokia.com",
        "Picture": "https://nokia.sharepoint.com/sites/tmofoa/_layouts/15/UserPhoto.aspx?Size=L&AccountName=J.W@nokia.com",
        "Department": "CO A NAM MS TMobile",
        "JobTitle": "Sr. Technical Project Manager"
      },
      "Editor#Claims": "i:0#.f|membership|J.W@nokia.com",
      "{Identifier}": "Lists%252fCalendar%252f22_.000",
      "{IsFolder}": false,
      "{Thumbnail}": {
        "Large": null,
        "Medium": null,
        "Small": null
      },
      "{Link}": "https://nokia.sharepoint.com/sites/tmofoa/_layouts/15/listform.aspx?PageType=4&ListId=f0bad505-45cd-4b2d-aef8-d51fbebeb28c&ID=22&ContentTypeID=0x010200A3880BAD0D5EF943869D0374635D9EB4",
      "{Name}": "",
      "{FilenameWithExtension}": "",
      "{Path}": "Lists/Calendar/",
      "{ContentType}": {
        "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedContentType",
        "Id": "0x010200A3880BAD0D5EF943869D0374635D9EB4",
        "Name": "Absense Calendar"
      },
      "{ContentType}#Id": "0x010200A3880BAD0D5EF943869D0374635D9EB4",
      "{HasAttachments}": false
    }
  },

0 个答案:

没有答案