@Pstork1
Thank you!
- Corrected - I get it
- Good to know I was right
- Okay, let's see if I get this right:
a) Let's say I create an extra column in the Sharepoint Library called 'Reminders'. This will be a number field, by default 0.
b) Next, we add an action after each round of email/flow bot chasers to Process Owners to update file property 'Reminders' by increasing the value by 1 (how do I make it 'increase value by 1'?).
c) After 1st week it gets value 1. After Week 2, it gets value 2. After Week 2+1 day, it gets value 3. Etc.
d) Let's say we get to value 5. At that point the process (file) is approved/rejected. As a part of my Approval Request Flow I will need to update file property 'Reminders' back to 0.
e) I actually think it would be 12 reminders in total, not 10, wouldn't it? 2x weekly + 10x daily. Stop after 12.
f) With this next bit I get a little lost: I found trigger conditions, but I have no idea how to set it to not run if the counter is greater than or equal to 12.
g) Plus at that point the Flow will be about to time itself out anyway, right? So it's not so much that I need it to stop after 12 reminders, I just need it to NOT time out before this issue is escalated (i.e. An email to me that says: 'Hey! This Process Owner hasn't approved/rejected their outstanding process for 30 days now! Do something!')
4. Could I perhaps try and tackle this differently? As in: create ANOTHER flow, similar to this one, that just goes: 'When file properties are modified and Status is changed to 'Pending' -> Wait 29 days -> Is Status still Pending? ->If yes, send escalation email to me / If no, do nothing