This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Description
HI Team,
I am using the SharePoint Online Version.
Task : Creating the List and Columns using Pnp Powershell
Issue: Add-PnPField is not working for one of the data type "Calculated" type.
Support: Required the support for correct syntax for creating the calculated column in list using PnP Powershell command
Command i am using :
Add-PnPField -List $listTitle -DisplayName "ThisBirthDay" -InternalName "ThisBirthDay" -Type Calculated -AddToDefaultView
WIth Regards
Siva kumar K