Hi,
My scenario is that I have a sharepoint list of project milestones, each of these has a target completed date, project manager and a status field.
I was going to use a "Delay until" action in the workflow to wait until the target date and then if the status hadn't been set to completed, email the pm.
Two issues/questions:
1. If the target date is three months in advance would the flow fail as the 30 day limit would have been breached if so how would it be best to get around this?
2. If the entry has been updated after the initial workflow had been initiated (e.g. the pm goes in and moves the target date further away), the initial workflow would still be running and therefore continue to wait for the original target date. I would then need to get the item again in order to check whether to send the email or not. Would that pick up the revised target date?
Many thanks