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 / Clear collect in the A...
Power Apps
Unanswered

Clear collect in the App object

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hey,

In the App object in the OnStart function, there is a clear collect.

For some reason, the first and the last key: value pair of the list are changing by themselves.

That's how it should be:

Racheli_1-1624869899433.png

Each time we open the app it is changing into:

Racheli_2-1624870050855.png

It has started to change around a month or two ago and we don't know why.

Any help will be appreciated!!!

Thanks

 

Categories:
I have the same question (0)
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Please try another way of collectting the collection:

    Clear(collction1_1);
    ForAll(
     collection1,
     Collect(
     collection1_1,
     ItemID: ThisRecord.'Item number',
     ...
    )

     

    Then remember to save and publish the App.

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hey @v-jefferni ,

    Still keep changing...

  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Please try:

    Clear(collction1_1);
    ForAll(
     collection1 As CC,
     Collect(
     collection1_1,
     ItemID: CC.'Item number',
     ...
    )

    then replace all ThisRecord with CC or what you have named the collection1.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 392

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 271 Super User 2026 Season 1

Last 30 days Overall leaderboard