1

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?

2
  • Use REST calls: sharepoint.stackexchange.com/questions/153058/… Commented Sep 25, 2015 at 15:32
  • @DannyEngelman I am using an on premise system, not sure if that makes a difference. I did try a "get http..." via SharePoint designer and appended what looks like a rest call there but that wasn't' working either Commented Sep 25, 2015 at 15:45

1 Answer 1

0

No, I don't think this is possible. The only way I've seen to use a column in a site workflow is for that column to be a site column. Even if you created a site column of type Lookup, it would still need the list/library defined at the time you create it.

1
  • This, unfortunately, appears to be the case. Commented Oct 2, 2015 at 10:07

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.