I have something I’m trying to accomplish that could really be beneficial. Â I have a list with workflows that generates items in 3 other lists when an item is created. Â So let’s call the source list, “Master List”. Â The other lists are “1”, “2”, “3”. Â They are all part of a fairly large automation and collaboration process. Â All the lists work together and write back to each other exactly as they should. Â What I want to do is to generate and email upon creation that sends a user links to all 4 lists. Â This way, all relevant lists pertaining to one project can be kept in one place for that user to reference. Â I know how to create a link to the master list. Â I just don’t know how to add links to the other 3 lists, especially since they are created(along with their links) until the workflow has finished. Â I think I can pause for 5 minutes, then send the link. Â I just don’t know how to generate the other 3 links automatically for different lists.
Is this a 2013 workflow? If so, you can use a dictionary to store a dynamic list of items as a workflow variable.