
Announcements
Ok let me explain... I have 2 lists. 1 is for requesting items to be orderd which when a request(new item) is created, it creates an item on the 2nd list which is my order tracking list. What I would like to have happen is when changing the status on list 2, the status of list 1 also gets updated and if possible notifies the original requester. I am having no luck in making this work... Any help would be appreciated.
Thanks,
Jon
save the ID of the request list (1) Item into your order tracking list (list 2).
When listening to changes of list 2, you can use that ID with "Update Item" SharePoint action to update the request list (1)