I am working on SharePoint List solution that acts on date trigger.
The base date is a date of parcel receipt. This date is my Initial date.
I need a set of reminders that stop once Picked field is turned "yes".
Idea here is:
After numerous tries with various flow parameters, my reminders are still failing to execute as required. Most common failure is related to the date the Reminder puts on the list. The dates, are not following the designated standard, but their chronology is mixed.
My flow for Reminder 1:
Function there is: and(greater(dayOfWeek(utcNow()),0),less(dayOfWeek(utcNow()),7))
My condition is:
I am struggling to create a flow that will meet above criteria and execute on each record respectively.
Solution I believe will solve that would need to be constructed with following elements:
My biggest concern is step 3 as I am lacking at the moment formula writing skills. Can you suggest a formula that can fix this issue?
I come across Add Days function but not sure on how to use it. I would love to hear from you.
User | Count |
---|---|
94 | |
39 | |
24 | |
22 | |
16 |
User | Count |
---|---|
128 | |
49 | |
48 | |
32 | |
24 |