I use SharePoint Designer to create a workflow. I'm trying to get into a subfolder in the document library in the Workflow Definition dialog box. There are two problems:
- I cannot search for items by url. If I look at the title, I can output the URL path, but the selection by path does not work. What fields can / cannot be used?
- I can not get into any subfolders. I can get to the top level folder, but subfolders do not seem to be available. I noticed the same thing is true, if you look at the data for the document library in the "Data Source Library" in Designer.
To clarify, the workflow is in a different list, not in the document library.
UPD: In addition, I know how to do this using the object model, the question is how to do this in SharePoint Designer without deploying the code to the server.
source
share