There is zero documentation and examples for-FieldOptionsfor bothAdd-PnPFieldandAdd-PnPTaxonomyField. I'm trying to use both cmdlets above to add Site Columns to my webs, right now I can't set the "Maximum Characters" when creating a Text field (not available for Add...
My source is SQL server and I have some record with a date filled and some others with a date null value. My code is this: Add-PnPListItem-List $ListName-Values @{"Title"=$result.GetValue(0)"Customer"=$result.GetValue(1)"Address"=$result.GetValue(2)"Description"...
Will post an issue as suggested, I think it may be in one of the underlying repos, rather than the PnP stuff itself, as I have the issue even when using Add-PnPListItem, which I suspect both call the same methods to set the values....
There is zero documentation and examples for-FieldOptionsfor bothAdd-PnPFieldandAdd-PnPTaxonomyField. I'm trying to use both cmdlets above to add Site Columns to my webs, right now I can't set the "Maximum Characters" when creating a Text field (not available for Add-...