You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to export a list with all its items. The configuration schema states, that I should be able to use /Lists/<Internal Name>, but nothing is being exported. This is my current configuration:
The text was updated successfully, but these errors were encountered:
johannes-z
changed the title
spppnpnp-extract-configuration does not work with server relative list URLs
sppnp-extract-configuration does not work with server relative list URLs
Oct 7, 2021
I want to export a list with all its items. The configuration schema states, that I should be able to use
/Lists/<Internal Name>
, but nothing is being exported. This is my current configuration:For
title
I tried:/sites/xyz/Lists/MyList
/Lists/MyList
Lists/MyList
lists/MyList
/MyList
MyList
Only the display name works.
I found this line, which should actually perform this check:
pnpframework/src/lib/PnP.Framework/Provisioning/ObjectHandlers/ObjectListInstanceDataRows.cs
Line 246 in ac4dc39
With pnpjs:
prints:
{ ..., ServerRelativeUrl: "/sites/xyz/Lists/MyList", ... }
The text was updated successfully, but these errors were encountered: