I have not been able to find this answered else, so I apologize if it has already been answered. We are migrating our workflows from SharePoint 2013 to NWC and we frequently use values from the SharePoint look-up column types in the list in our workflows. These are normally stored in the list as an ID for the value in the related list. The SharePoint workflow products appear to be able to provide the value from the look-up column without an additional query, but NWC only provides the ID of the look-up column value in the start object. What is the best approach to get the mapped value from the lookup column?
Solved
Getting the value of a SharePoint Lookup column in NWC workflow
Best answer by ethurber
Hello
I believe the only solution is to use the "Retrieve and item" action and pass it the ID (as an int) from the lookup field.
Hope this helps.
Ed
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.