Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

How can I add new variables to a gallery's ThisItem?

Posted on by 155
Hello!
 
I have a variabled named varGallery and I set it that way : Set(varGallery;SharepointListName)

It gives me a local copy of that Sharepoint list and allows me to quickly deal with the data in it. Now I want to add columns in it for temporary variables. I can't figure out how to do that. I could use an existing column but I would rather create temporary variables for each ThisItem. How can I proceed?
 
I found a way to do this with a collection but it doesn't work when I try to do the same to the gallery...
 
Collect(colGalleryName;{ 
    Titre:GalItems.Titre;
    NomPrenom:GalItems.NomPrenom;
    Anciennete:GalItems.Anciennete;
    Formations:GalItems.Formations;
    Telephone:GalItems.Telephone;
    Avant:GalItems.Avant
}));;
Categories:
  • Volt26 Profile Picture
    Volt26 155 on at
    How can I add new variables to a gallery's ThisItem?
    Thank you very much mmbr1606!
  • Verified answer
    mmbr1606 Profile Picture
    mmbr1606 9,996 on at
    How can I add new variables to a gallery's ThisItem?
    hey
     
     
    you can try this:
    Set(varGallery, AddColumns(SharePointListName, "TempVariable", "Initial Value", "AnotherTempVariable", 123));
    
    or with a collection:
    ClearCollect(colGalleryName, AddColumns(SharePointListName, "TempVariable", "", "AnotherTempVariable", 0));
    
    if my answer helped please mark as verified,
     
     
    cheers

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard