Skip to main content
Nintex Community Menu Bar

Accessing Hidden Lists - Nintex Worklow

  • March 28, 2018
  • 4 replies
  • 88 views

Forum|alt.badge.img+2

Hi,

Is there a way to access/query/create items in SharePoint hidden lists (ex: Nintex Workflow History List /Lists/NintexWorkflowHistory) ?

Thanks,

KP

4 replies

Forum|alt.badge.img+14
  • Scholar
  • March 28, 2018

yes.

but since builder does not list them among available lists you have to write your own CAML


Forum|alt.badge.img+2
  • Author
  • March 28, 2018

Thanks, the issue is I'm creating a sub-site using Nintex WF ... so not sure how I can get the Hidden List ID after the sub-site has been created via Nintex WF.


Forum|alt.badge.img+14
  • Scholar
  • March 28, 2018

you can reference the list by it's name in CAML as well...


Forum|alt.badge.img+2
  • Author
  • March 28, 2018

Ok let me try that ... thank you for your help.