Ole Rühaak

Results 9 comments of Ole Rühaak

Just checked the page directly using PnP.PowerShell. It seems that the required property "RichTextEditorInstanceId" won't be set - no matter what. Checking the instance in PowerShell it seems to be...

Added filter to GetUnifiedGroup to make sure it's only returning a GroupEntity, if the corresponding group is of type "Unfied". This aligns the method functionality to the GetUnifiedGroups method.

Some additonal information: As mentioned above the page will nevertheless being created (kind of). Accessing the page from SitePages libray will get an error page like this (sorry it's in...

We've now identified the reason behind our issue. It's infact nothing tenant specifc but in our case occurs just on all intranet sites using a specific content type. Content type...

@jansenbe Yes, at least kind of "resolved": If it's intended that this kind of misconfiguration is actually breaking the page created with PnP, then that's ok, I guess. After all...

Same for me. Like @tylermontneyacc I can confirm it's still working fine with v1.28. I'm also pretty sure I had it working with 2.11 or some minor version before but...

I've checked the code to clarify why PnP.PowerShell is obviouslty trying to query all list columns while I'm just trying to update e.g just one field. Found the following code...

By the way - this is the error message we're currently facing: _The query cannot be completed because the number of lookup columns it contains exceeds the lookup column threshold._...

@Tanddant Yes, indeed. That's working for me. I've already tested a fix for the code behind Set-PnPListItem. The trick is to avoid the query for all fields as mentioned in...