Hi all,
Here is what i am trying to do:
I have a work que which will have items added to it dynamically from outside SharePoint. The idea is when an item is added to the work que it will reference a master catalogue to determine which of the 100+ lists on my site need to be updated. I have no issues querying information from the master catalogue but i cannot figure out how to dynamically start an item in the list.
For example:
i add an entry to work que to start form 1
Workflow queries catalogue to determine Form1 is linked to List1
Workflow then creates a list item in List1
Initiator is emailed a link to the newly created List1
Thoughts ?