Forum Discussion

jonboylib's avatar
jonboylib
Iron Contributor
Aug 31, 2022
Solved

SP List New Column Default Value

I have an existing list with thousands of records. I now need to add a new column, data type choice (car/bike).   When I add this new column I need it to contain one of the choices by default (car)...
  • ganeshsanap's avatar
    ganeshsanap
    Aug 31, 2022

    jonboylib I would recommend using PowerShell of large number of list items. Here's reference for using PowerShell to update existing list items: How to Update List Items in SharePoint using PowerShell? 

     

    If you want to do it using flow, you can use power automate flow like: 

    You can also turn ON pagination in "Get items" action settings to fetch multiple items like: 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources