We have a Geolocation field added into the SitePages library, for some reason when we are exporting the site it coming twice and basically when we try to import that template is failing with this error
"There are too many columns of the specified data type. Please delete some other columns first. Note that some column types like numbers and currency use the same data type."
I have tested that removing one of these geolocation fields it works.
That's true as well that it's not happening from all tenants.
<Field Type="Geolocation" DisplayName="Geolocation: Coordinates" StaticName="GeoLoc178dbabc-9f3b-44d6-97fa-30829662ec0c" Name="GeoLoc" ID="{6c77bac4-d6c2-4b58-abeb-e5859acba3e3}" ShowInViewForms="TRUE" Required="FALSE" Hidden="FALSE" CanToggleHidden="TRUE" FieldRef="178dbabc-9f3b-44d6-97fa-30829662ec0c" ReadOnly="TRUE" Sealed="TRUE" AllowDeletion="TRUE" FromBaseType="TRUE" Filterable="TRUE" Sortable="TRUE" SourceID="{{listid:Site Pages}}" ColName="geography1" RowOrdinal="0"/>
<Field Type="Geolocation" DisplayName="Geolocation: Coordinates" StaticName="GeoLoc178dbabc-9f3b-44d6-97fa-30829662ec0c" Name="GeoLoc0" ID="{9b8c3032-3016-4c60-b89a-c3cba55905fe}" ShowInViewForms="TRUE" Required="FALSE" Hidden="FALSE" CanToggleHidden="TRUE" FieldRef="178dbabc-9f3b-44d6-97fa-30829662ec0c" ReadOnly="TRUE" Sealed="TRUE" AllowDeletion="TRUE" FromBaseType="TRUE" Filterable="TRUE" Sortable="TRUE" SourceID="{ba0b03c9-de83-4c51-8d44-13319604e650}" ColName="geography2" RowOrdinal="0" Description=""/>
I was testing it with PnP.PowerShell version 3.1.331 nightly
We have a Geolocation field added into the SitePages library, for some reason when we are exporting the site it coming twice and basically when we try to import that template is failing with this error
"There are too many columns of the specified data type. Please delete some other columns first. Note that some column types like numbers and currency use the same data type."
I have tested that removing one of these geolocation fields it works.
That's true as well that it's not happening from all tenants.
<Field Type="Geolocation" DisplayName="Geolocation: Coordinates" StaticName="GeoLoc178dbabc-9f3b-44d6-97fa-30829662ec0c" Name="GeoLoc" ID="{6c77bac4-d6c2-4b58-abeb-e5859acba3e3}" ShowInViewForms="TRUE" Required="FALSE" Hidden="FALSE" CanToggleHidden="TRUE" FieldRef="178dbabc-9f3b-44d6-97fa-30829662ec0c" ReadOnly="TRUE" Sealed="TRUE" AllowDeletion="TRUE" FromBaseType="TRUE" Filterable="TRUE" Sortable="TRUE" SourceID="{{listid:Site Pages}}" ColName="geography1" RowOrdinal="0"/><Field Type="Geolocation" DisplayName="Geolocation: Coordinates" StaticName="GeoLoc178dbabc-9f3b-44d6-97fa-30829662ec0c" Name="GeoLoc0" ID="{9b8c3032-3016-4c60-b89a-c3cba55905fe}" ShowInViewForms="TRUE" Required="FALSE" Hidden="FALSE" CanToggleHidden="TRUE" FieldRef="178dbabc-9f3b-44d6-97fa-30829662ec0c" ReadOnly="TRUE" Sealed="TRUE" AllowDeletion="TRUE" FromBaseType="TRUE" Filterable="TRUE" Sortable="TRUE" SourceID="{ba0b03c9-de83-4c51-8d44-13319604e650}" ColName="geography2" RowOrdinal="0" Description=""/>I was testing it with PnP.PowerShell version 3.1.331 nightly