Forum Discussion
Importing Sharepoint Text column with Append selected - only imports the latest entry
Hi Anonymous,
1. Please check online if the Sharepoint has the data.
2. You can get that field. The question now is the amount of the records. Did you apply any filter function?
3. Can you share the code in the Advanced Editor? Please delete or mask the private data.
Best Regards,
Dale
Sharepoint does have data. It has multiple entries for the items. I dont have any filters in place.
The advanced editor is:
let
Source = SharePoint.Tables("https://###.sharepoint.com/teams/###", [ApiVersion = 15]),
#"0ec180ce-d236-49e5-b1bd-7cf0dd20b2b5" = Source{[Id="0ec180ce-d236-49e5-b1bd-7cf0dd20b2b5"]}[Items],
#"Renamed Columns" = Table.RenameColumns(#"0ec180ce-d236-49e5-b1bd-7cf0dd20b2b5",{{"ID", "ID.1"}})
in
#"Renamed Columns"
- v-jiascu-msft7 years agoMicrosoft Employee
Hi Anonymous,
Do you mean the version history? If so, there is a workaround in Getting-SharePoint-List-items-with-full-history-version/td-p/64743.
Best Regards,
Dale