0
votes
0answers
15 views

Access additional user information column keyed by “Created By” in SPD workflow

In SharePoint Foundation 2013, I would like to create a SPD list workflow that takes different action based on the value of a custom column in the User Information List (keyed by who created the list ...
0
votes
1answer
113 views

How to access User Information Columns in a Workflow

I need to access a custom column of User Information List in a work flow. I've create a new column named MyCol in User Information List and now in a workflow I want to access to in when I lookup ...
2
votes
1answer
127 views

Use count-related column value as int in a SP Designer-workflow

I have another problem concerning the count-related column-value of SP2010 in a workflow(see also: How to get count related Lookup value programmatically? ). my use-case: I have a column "actual ...
0
votes
1answer
57 views

Using a lookup to set the To: address on a sharepoint designer 2010 workflow email action

I have a sharepoint designer 2010 workflow with a email action. I want to set the value for the To: address to a field of the Current Item using a lookup ( [%Current Item:Vendor Contact%]. ...