Créer un site internet

Flow Get Item Send Mail

fredericdietrich By On 10/06/2020

In SharepointOnLine

Microsoft Flow hot to get item by lookup and send a mail, with lookup details

Initialize variable

Initvars

Get lookup datas

Getitem 1

Extract approver datas


{
    "type": "object",
    "properties": {
        "@@odata.type": {
            "type": "string"
        },
        "Claims": {
            "type": "string"
        },
        "DisplayName": {
            "type": "string"
        },
        "Email": {
            "type": "string"
        }
    }
}

Extractdisplayname

Append datas to an array

Appendtoarray

Create an html table

Createhtml

Send the mail

Sendmail

Flow Get Item by lookup multiple Send Mail

 

Sharepoint; flow;power automate

  • No ratings yet - be the first to rate this.