Hello,
We are going through our Windows 10 migration. We have a list of users with an anticipated migration date. I would like to query that list once a day to send an email to our department with a list of users who are due for migration the next day. I just need someone to point me in the right direction and give me the design on how to accomplish this. I appreciate any assistance, thanks!
Solved! Go to Solution.
in the below example I send an email for every item returned:
but you could use a site workflow, scheduled to run daily, that queries the list for items where date = (current date + 1) and store the filtered users into a collection and then email that collection to your team?
Thanks so much for this! It's working perfectly. However, I have a different issue. How would I convert a collection variable of user names to a friendly display name? They are coming in as their login names prefixed with i:0#.w|
OK you can add an additional step in
then use that in your email notification? does that make sense?