Hi,
I had an issue with the technical columns of the SP online list...
The solution was started using this DropColumns function...
ClearCollect(collectionWithoutDropedColumns,DropColumns(collecionUpdated,"Modified","Author","ComplianceAssetId","{HasAttachments}","{FilenameWithExtension}","{FullPath}","{Identifier}","{IsFolder}","{Link}","{ModerationComment}","{ModerationStatus}","{Name}","{Path}","{Thumbnail}","{TriggerWindowEndToken}","{TriggerWindowStartToken}","{VersionNumber}","Editor"));
And now I have an issue below ... but I already have the column "Editor" in DropColumns...

Some suggestions ?
Thanks ! 🙂