Hi, i have a very specific problem:
I am using the New Responsive Form Designer (in a Subsite) and am trying to use the lookup control to get data from a document library in the site that is above (Site above my Subsite where my Nintex Form is).
That document library contains a folder (Folder on highest level). In this folder there are a lot of subfolders. Each subfolder has specific metadata that i need to get with my lookup control.
I found out that SharePoint does not provide a way to create a library view that only returns subfolders in a library (by using the SharePoint Userinterface).
However, it is possible to create views that show the folder (on highest level) or all documents within my subfolders, but this doesn't help me.
Through some research I found out that it is possible to create a SharePoint view that only shows subfolders that can be created through Powershell and will then be available normally within SharePoint (https://www.sharepointdiary.com/2018/08/sharepoint-online-filter-list-view-to-show-files-from-specific-folder-using-powershell.html )
Since the View could be created, i was also able to select it in my Nintex Lookup Control in the New Responsive Nintex Form, hoping that it would return my values. However nothing was returned by the control.
I then found out, that the same approach works within the Classic Nintex Form and in the Responsive Nintex Form and i receive my values. Unfortunatley these form types have other disadvantages.
It would be really great if i could get this to work in the New Responsive Form for various reasons.