Restore Deleted Item in SharePoint Online Document Library using MS Flow

Поделиться
HTML-код
  • Опубликовано: 23 май 2020
  • Parse Json Code:
    {
    "type": "object",
    "properties": {
    "odata.metadata": {
    "type": "string"
    },
    "value": {
    "type": "array",
    "items": {
    "type": "object",
    "properties": {
    "odata.type": {
    "type": "string"
    },
    "odata.id": {
    "type": "string"
    },
    "odata.editLink": {
    "type": "string"
    },
    "AuthorEmail": {
    "type": "string"
    },
    "AuthorName": {
    "type": "string"
    },
    "DeletedByEmail": {
    "type": "string"
    },
    "DeletedByName": {
    "type": "string"
    },
    "DeletedDate": {
    "type": "string"
    },
    "DeletedDateLocalFormatted": {
    "type": "string"
    },
    "DirName": {
    "type": "string"
    },
    "DirNamePath": {
    "type": "object",
    "properties": {
    "DecodedUrl": {
    "type": "string"
    }
    }
    },
    "Id": {
    "type": "string"
    },
    "ItemState": {
    "type": "integer"
    },
    "ItemType": {
    "type": "integer"
    },
    "LeafName": {
    "type": "string"
    },
    "LeafNamePath": {
    "type": "object",
    "properties": {
    "DecodedUrl": {
    "type": "string"
    }
    }
    },
    "Size": {
    "type": "string"
    },
    "Title": {
    "type": "string"
    }
    },
    "required": [
    "odata.type",
    "odata.id",
    "odata.editLink",
    "AuthorEmail",
    "AuthorName",
    "DeletedByEmail",
    "DeletedByName",
    "DeletedDate",
    "DeletedDateLocalFormatted",
    "DirName",
    "DirNamePath",
    "Id",
    "ItemState",
    "ItemType",
    "LeafName",
    "LeafNamePath",
    "Size",
    "Title"
    ]
    }
    }
    }
    }
  • НаукаНаука

Комментарии • 6

  • @dragomirandrei2758
    @dragomirandrei2758 3 года назад

    Hello. I've got a problem. The flow is working, but it isn't stopping. It just says running

  • @marceldorr2734
    @marceldorr2734 Год назад

    Hello i gave a question, for what ist the „ header“ information in „ send an Http request“

  • @SunilPatil-nc9ok
    @SunilPatil-nc9ok 3 года назад

    Any idea about ...to add user to SharePoint groups programatically

  • @SunilPatil-nc9ok
    @SunilPatil-nc9ok 3 года назад

    Thanks..

  • @samruddhikoli1116
    @samruddhikoli1116 3 года назад

    Hello, My flow is running successfully but the file is not getting restored

    • @sabalalani1224
      @sabalalani1224 2 года назад

      same issue with me. Did you get the solution?