web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Collect repeating the ...
Power Apps
Answered

Collect repeating the first row instead of making new rows

(0) ShareShare
ReportReport
Posted on by 21

I have a gallery with these three columns:

 

lars_randaberg_0-1690457061921.png

 

I'm trying to make a collection duplicating this - but instead of collecting the three rows, it repeats the first row three times:

 

lars_randaberg_1-1690457525352.png

This is the code im currently using:

ClearCollect(
 colNyeRaderFraExcel;
 ForAll(Galleri_lim_inn_fra_excel_HØP.AllItems ;
 {
 konto: card_konto.Text;
 ansvar: card_ansvar.Text;
 funksjon: card_funksjon.Text
 }
))

Thoughts?

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-mengmli-msft Profile Picture
    Microsoft Employee on at

    Hi @lars_randaberg,

     

    When you use 'card_konto.Text' to get a value, you only get a default value in the ‘card_konyo’.

     

    You can try to change it like this:

    ClearCollect(colNyeRaderFraExcel,
    ForAll(Galleri_lim_inn_fra_excel_HØP.AllItems,
     {
     konto:ColumnName1,
     ansvar:ColumnName2,
     funksjon:ColumnName3
     }
     )
    )

     

    There is another easier way here:

    ClearCollect(colNyeRaderFraExcel, Galleri_lim_inn_fra_excel_HØP.AllItems)

     

    Best regards,

    Rimmon Li

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard