You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I export the pnp template from a source site to another site, it does not respect the display name of the columns from the source site. PnP exports the visible name of the columns as internal name.
For example:
Column in origin site:
InternalName: DateInit
Display Name: Date Init
Column in destination site:
InternalName: DateInit
Display Name: DateInit
<Field Type="DateTime" DisplayName="DataInicial" StaticName="DataInicial" Name="DataInicial"..... In this line DisplayName is not correct, the correct value is Data Inicial....
The text was updated successfully, but these errors were encountered:
When I export the pnp template from a source site to another site, it does not respect the display name of the columns from the source site. PnP exports the visible name of the columns as internal name.
For example:
Column in origin site:
InternalName: DateInit
Display Name: Date Init
Column in destination site:
InternalName: DateInit
Display Name: DateInit
<Field Type="DateTime" DisplayName="DataInicial" StaticName="DataInicial" Name="DataInicial"..... In this line DisplayName is not correct, the correct value is Data Inicial....
The text was updated successfully, but these errors were encountered: