I am kinda new to SharePoint and I have to create a very simple WF, but that actually I am not able to do it through SharePoint Designer.
I have got a document library, where users upload some project request, and a list of customers. When a new project request is created, this is associated to a customer of the existing list. Each customer has got some data, like a column for Project Manager and another column for Technical Supervisor. I have to create a WF where the Project Manager and the Technical Supervisor get an email if a project of their own customer is created or modified.
I tried using a List WF at first, but then I thought it could not act outside of my document library, but even using a Site WF it seems I am not able to let it gets data from the list.
Anyone could explain to me this Step-by-Step?
Thank you so much