Hi,
I'm using some third party software for email management. Users can drag emails to the root fo the document library and it will upload it to SharePoint. I set a column called Job # as a required column so when
they drag it they are prompted to enter the #.
I require a workflow to do the following:
-When an item is dragged to the library the user enters in a job# to the job # columns
-The workflow checks to see if a folder with that job # exists in the library. If it does not exist then it creates the folder and moves the .msg file to the folder
-If the folder already exists then it just moves the item.
Can anyone assist with this.
Ben