Hi @mike_m,
to me this looks like you have to add a loop to be able to filter by user as well as date/time. Something like this (actions are not configured):
Hi @Tarf ,
Im really sorry for the late reply and thanks a lot for your response.
I've been working on this again a bit and your suggestion pointed me in the right direction. Here is what I came up with:
First im getting all Users for the corresponding list and store them in a collection variable, then remove duplicate users from the collection variable so Im only looping through each user once.
I needed the first 'set variable' action for the 'Created By' filter to work in the list query. For some reason Nintex doesn't like to filter values based on the OOTB 'Created By' Column. I also had to use the CAML editor to do my list query and modify the code a bit. (Thanks to this thread btw. Solved: Query List - People column - Nintex Community)
2nd 'set variable' action clears the Mail variable from the 'build string' action after each loop. Else only User A gets the right items mailed to him. User B would see all previous items from User A and his aswel. User C would receive items from User A, B and his... etc.
The loop inside the loop gets all the items that got queried and creates the /.../Dispform.aspx={ID} string for each item.
Finally I send out the mail to 'Created By'.
I hope this helps someone to achieve what I've been struggling with for a while 🙂
Hi @mike_m,
I am also trying to accomplish the same thing as you. As a Nintex newbie, would you mind guiding me through the workflow, as well as the settings within each step of the workflow?
Hi @nintexnoob21
I already explained a bit what Im doing in each step in my last post above.
Can you tell me where exactly you're having problems with setting up the WF?
We're not using Nintex anymore to build Workflows in SharePoint. Therefore Im unable to provide you with any more screenshots unfortunately.