Hello -
PM's have multiple docs from a shared Sharepoint library assigned to them for approval. I'd like to write a flow that, at 3 pm, checks for docs still in "New" status and reminds PM's to log on to sharepoint and approve on an aggregate basis - they get 1 email regardless of how many "New" docs are outstanding. Not sure how to proceed after the "Get Files (properties only)" stage... any thoughts? thank you!
Solved! Go to Solution.
Hello,
For this, I have created a simple example list with a choice column that denotes whether status is open or closed. The person that is emailed is retrieved by the 'created by' column
Below is the flow (which sends out 1 email to me, though I have created 2 items that are open)top part of flow
bottom part of flow
It should work the same way for 'get file properties' as it does for 'get items'.
Hello,
For this, I have created a simple example list with a choice column that denotes whether status is open or closed. The person that is emailed is retrieved by the 'created by' column
Below is the flow (which sends out 1 email to me, though I have created 2 items that are open)top part of flow
bottom part of flow
It should work the same way for 'get file properties' as it does for 'get items'.
This is likely ansered elswewhere, but PM status is a Choice content type; does that complicate the above operation? Thank you.
Thank you @Anonymous, works great!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
60 | |
51 | |
43 | |
38 |
User | Count |
---|---|
89 | |
81 | |
74 | |
62 | |
44 |