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
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
86 | |
58 | |
50 | |
42 | |
37 |
User | Count |
---|---|
91 | |
76 | |
74 | |
61 | |
42 |