HI,
I am trying to create a workflow in VS 2012 for SharePoint 2013. I have associated the workflow to custom list.
I have another list (configuration list), which contains columns "Title" and "Value". The configuration list contains multiple items.
For example:
Title value
ccaddress some email value
emailsubjectforApprover test email
How to fetch the values of the configuration list in the workflow?
Thanks