Set-PnPDefaultColumnValues #4710
-
Hey all, This might be a bit of an odd question but I'm hoping someone can give us a hand. My org has a lot of processes built in Python and our dev team is trying to write something to interact with a Sharepoint site which involves setting default column values. Everything they've tried has not worked, so I volunteered to step in and write the process using PnP. PnP works perfectly for what we need for the initial phase, but isn't sustainable for the long term goals of the project. The only thing missing from doing this in Python is being able to set default column values. We were hoping someone would be able to articulate what calls Apologies in advance if this isn't allowed and thanks in advance for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
PnP.PowerShell is open source. The code for Set-PnPDefaultColumnValues is here. Hopefully that helps. |
Beta Was this translation helpful? Give feedback.
-
I honestly have no idea how I wasn't able to reach that page. I clicked on the |
Beta Was this translation helpful? Give feedback.
PnP.PowerShell is open source. The code for Set-PnPDefaultColumnValues is here. Hopefully that helps.