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 ! 🙂
Instead of specifying metadata columns to be dropped, why not use ShowColumns() instead and only put in the columns you wish to show from your list.
Hi@Drrickryp , thanks for the reaction 🙂
I know about ShowColumns() but I have more than 180 columns and maintenance will be messier. ( and you cant put there variable... to do something like
Set(varColumns,""column1","column2"")
ShowColumns(varColumns)...
To be honest,
I'm disappointed this DropColumns doesn't work... really why is there this function then if it doesn't work!
Or did I do something bad ?...
ShowColumns() is the last choice... there.
It's hard to image that a single table could have 180 columns and not need to be normalized... Just sayin.
This is for another topic... now it's the source SharePoint online list... It will be moved to a normal DB or Dataverse in the future... but for now, it's SP online list...
Still, it's sad that DropColumns doesn't work 😞 ... I know almost every platform has his "Feature" ;).. maybe I'm on one right now...
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
179 | |
52 | |
41 | |
37 | |
28 |
User | Count |
---|---|
262 | |
80 | |
71 | |
69 | |
66 |