Using Flow to send Email Reminder from SharePoint Data

You may also like...

7 Responses

  1. Justin says:

    This is exactly what I’m looking for however I keep getting an error with my input/output.

  2. Terry says:

    addDays(utcNow(),30,‘MM/dd/yyyy’) – says it is invalid

  3. Yanick Leduc says:

    Thank you so much !
    I was looking for a detail step by step explanation
    Q: Where does the ” ExpDate eq” comes from ?
    My goal is to have an email sent 2 days after an event (SharePoint Calendar) is completed
    In order to remind the trainer to update the training log
    – I changed your the variable to:
    addDays(utcNow(),-2,’MM/dd/yyy’)
    – I tied to change the Filter Query to :
    equals({body(‘Get_item’)[‘EndDate’]},outputs(‘Compose’))
    but unseccesfull

  4. Gian says:

    HI,

    Nice tutorial.

    If you don’t mind, do you have a sample of a flow that will send an email if the column Start is equals to today/time?

    Also in fig 10, what is the ExpDate eq’ parameter?

    Getting errors on that part:
    {
    “status”: 400,
    “message”: “The expression \”ExpDate eq’ 04/05/2019\” is not valid.\r\nclientRequestId: xxxxx\r\nserviceRequestId: xxx-xxx-xxx-xxx-xxx”
    }

    Thank you!

  5. Laszlo says:

    How to send one email to a list of recipients instead of using apply to each?
    I do not want a large number of individual email threads, but just one email with the right recipients.

Leave a Reply

Your email address will not be published. Required fields are marked *