Hey there,
I'd like to create a Flow with email reminders that checks if an employee has already added a record in an app I made. The data source is SharePoint list and there are two lists:
The flow is done on a per daily basis (excluding email), and the flow should check if the user has already submitted a record for that day. If it already has a record for that day, no email should be sent. Otherwise, send a reminder email.
I already got the first parts working which is the checking per day:
But I'm not sure how to check SharePoint lists together so that for every employee that I have in the Employee list, I need to check if he added a record there. I'm thinking to use the Created By Email so that I can check that with the Employee Email. I did that here:
And after that, I did this:
What I'm doing for now is trying out to filter that for each employee, I can filter the workday data to check the Created By Email if it's equal to the Employee's Email. I'm having trouble with the following:
SharePoint list for Data contains this:
For Employee:
Any help with those concerns are appreciated.
Thank you!
Hi @hexarthrius
Sorry, there's one point I don't understand. You're comparing the employee name with the email?
Hi @manuelstgomes,
The Employee Name is a Person datatype so I used the Employee Name Email to compare it to Created By Email. In the filter array, it will read as Created By Email is equal to Employee Name Email so I'm comparing emails
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 |