[BUG] Error when using Invoke-PnPSiteTemplate where field names or calculation formulas have ampersand (&) #1260
Unanswered
ITProCorner
asked this question in
Q&A
Replies: 1 comment
-
@ITProCorner - Can you update the module to the latest version and report back if the issue persists. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
running Invoke-PnPSiteTemplate where field names or calculation formulas have ampersand (&) inside the template returns an error
Invoke-PnPSiteTemplate: ']' is an unexpected token. The expected token is ';'. Line 1, position 598.
or
<Field Type="Currency" DisplayName="Agreement Amt F&E" Description="Amount paid
How do i go about this error? i tried escaping & with no success
Beta Was this translation helpful? Give feedback.
All reactions