Skip to main content
Nintex Community Menu Bar

How can i pull a list of SharePoint lists that have only External Nintex forms across the SharePoint farm?

  • March 6, 2018
  • 1 reply
  • 23 views

Forum|alt.badge.img

I have a PowerShell script that pulls all the SP lists that have NIntex forms attached to them. I need to pull a subset of these that have an external Nintex form. Is there a countenttype associated with those forms that I can use in my PowerShell script?

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 14, 2019
Hi
If you are allowed to run SQL queries in your Powershell you could just query the Nintex forms database table [dbo].[NLF_OnlineForm] to get a list of the online forms.
Nintex Live Forms can also be found in Central Administration in the Nintex section : View Live Forms.