I have a flow that is working well so far creating folders and copying, renaming and date-stamping Office Documents into folders.
I would like to add Create Outlook Event (V2) to create a follow up reminder event with a date based on "Created" date + 2 weeks.
Is there a way to calculate this future date using the "Created" dynamic content?
(With this method I could then test if the event is truly being created two weeks from item creations immediately upon list item creation.)
Or should I use the DELAY block to delay creation of the Create Outlook Event with reminder at which time the event will be created and remind me on the same day?
(With this method, I wouldn't be able to test it directly. I would have to create a new list item and wait 2 weeks to see if it actually worked. Nor would I be able to manage or cancel any upcoming event reminds. Though I guess I could set the delay for 5 mins to test)
That said, I would rather calculate the date based on Created Date if possible.
Thanks.