Hi there.
I'm new to flows.
Have been playing around with the flows templates and going through the previous documentation on this forum and can't find any help for the specific problem I'm trying to solve.
I have a sharepoint folder in which a spreadsheet gets uploaded daily and is required to be updated by every member of my team daily. I'm trying to write a flow for each individual which will check if they have modified any documents in the folder once per day.
I've managed to make a flow which checks if a file is modified daily using a schedule and if condition, and if not then it would send an email notification. I want this flow, however, to be specific in that it will send the email if a specified user, user x, hasn't modified any documents in the folder.
I can't think of a way to do this, especially given multiple team members will be making modifications in the folder, so checking the latest user who modified for example every hour isn't going to be sufficient information as it may miss a modification if two users modified the document within a given time period.
Is there a way to build a flow which
a) checks the history of users who has modified a document in the folder within a given time period
b) checks if user x is in that list
c) sends an email notification if not
Or something similar of the sort
Cheers!