I am creating a site wide workflow. I want to generate a workflow that gets a particular field from a list and displays it as part of the process.
For example - CurrentList.Owners
However, I cannot see the field "Owners" in the CurrentList options on SharePoint Designer. I can hard code it as below;
MyList.Owners
Not every site is going to have this Library but I do know that every site will have a library containing the Owners field in order to run the workflow.
Is there a way I can dynamically get the fields available to the current library?