Hi all, i have this set up to run every day at a certain time. When i check it after the time it's set I can see the automation has been triggered but it does not do what is intended which is send out and email and then change a cell value to checked. One of the conditions for this is after 3 days. However, if i run this automation manually it works like a charm immediately.
What's even more frustrating is that i have an exact duplicate of this set up for 8 days later and this one actually does work without manual triggering.
Could anyone point to potential reasons why the exact same automation is working for one set of variable on the 8 days but not on the first automation of 3 days? What should i be looking for?
The sheet in question is very active long before the automations are set to trigger.
The formula for Days Since Completed is (in case relevant):
=IFERROR(NETWORKDAYS([Date Completed]@row, TODAY()) - 1, "")
I'll put the 3 day and the 8 day automations below.