Tagged Questions
1
vote
0answers
11 views
how to copy List item attachment to document library with SharePoint Designer workflows?
I have SP Foundation without access to the server local folders, so my only change is through Sharepoint designer as far as I know.
how can I copy a List item attachment to document library with ...
1
vote
1answer
299 views
Check if attachment in SPD Workflow
Is it possible to check if an attachment is attached to the current listitem?
I can check if Attachments equals or not equals to a value, but not if empty.
What value should I fill in then?
Thanks!
1
vote
1answer
548 views
How can I have a user attach a file to a workflow task?
I'm using sharepoint designer 2010, custom list.
I have created workflow on that list.
I need to enable the user to enclose a file to the workflow task:
What kind of task I need to use?
P.S.
I'm ...