I am working on a sharepoint online classic team site collection. and inside the site collection i have a custom list which contain a cusotm column named "Due Date". now i want to send a reminder email to certain users, if the due date is within the next week. so i have created the following workflow 2013:-
and i define to run the workflow when items are created and updated, as follow:-
now the above workflow is working when the item is first created, but if i later on update the "Due Date", the workflow's pause until will not get updated , and the pause until will still reference the old "Due Date" value.
now i know that this was the case inside workflow 2010, but i heard the Pause Until inside workflow 2013 will be updated to match the updated date value.. but seems this is not the case.
so can anyone adivce if i can force my workflow pause until to get updated if someone update the item's Due Date value?