SharePoint Online: PowerShell to Update Lookup Field Value
Requirement: Update the Lookup field using PowerShell in SharePoint Online. We have a parent list called “Parent Projects” and a child list “Project Milestones”. The “Parent Project Name” field in the child list is being looked up from the parent list’s “Project Name” field. Here is my PowerShell script to set lookup…
Read more