I want to create 7 SharePoint lists and Fields in SharePoint online using a PowerShell script.
In XML I have mentioned the list names and Field Names with Field Types.
How to call this XML file to Create lists and Fields in SharePoint Online one by one, using PowerShell?
Can you please anyone share the sample PowerShell script to read the XML values in PowerShell?
Or suggest me some other way instead of calling XML file to create bulk list and fields.