Hi, this is my first time posting in here - I'm having a bit of trouble finding some advice. I've only built Flows from templates and some really (really!) basic ones before with Forms.
I'd like to build a Flow which took a date in a Sharepoint list column and created an event in the Outlook calendar on that date. In creating this event, I want to turn on a reminder for 1-2 months before the actual date of the event created.
It's for a list of expiring items/documents - I want the reminder so that I receive a notification with plenty of time to attend to item. If that makes sense.
I've been looking at templates and just not sure what to use - and am not having a lot of luck trying to build one myself. I'd really appreciate a little advice. Thank you!
Solved! Go to Solution.
Hi @GeorgiaLH,
Could you please share more details about the Sharepoint list?
Could you please explain more details about your requirement?
How to understand the "turn on a reminder for 1-2 months before the actual date of the event created" that you mentioned?
I have made a test on my side to create a list with a Start date field and a due date field.
If you want to create a event based the time in a list, you could create a flow as below:
Note:
The expression in the Start time field as below:
formatDateTime(items('Apply_to_each')?['Start_x0020_date'],'yyyy-MM-ddTHH:mm:ss')
The expression in the End time field as below:
formatDateTime(items('Apply_to_each')?['due_x0020_date'],'yyyy-MM-ddTHH:mm:ss')
The flow would run successfully as below:
Best regards,
Alice
Hi @GeorgiaLH,
Could you please share more details about the Sharepoint list?
Could you please explain more details about your requirement?
How to understand the "turn on a reminder for 1-2 months before the actual date of the event created" that you mentioned?
I have made a test on my side to create a list with a Start date field and a due date field.
If you want to create a event based the time in a list, you could create a flow as below:
Note:
The expression in the Start time field as below:
formatDateTime(items('Apply_to_each')?['Start_x0020_date'],'yyyy-MM-ddTHH:mm:ss')
The expression in the End time field as below:
formatDateTime(items('Apply_to_each')?['due_x0020_date'],'yyyy-MM-ddTHH:mm:ss')
The flow would run successfully as below:
Best regards,
Alice
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
42 | |
37 | |
37 | |
35 | |
25 |
User | Count |
---|---|
38 | |
36 | |
33 | |
31 | |
30 |