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 / Dataverse vs Collection
Power Apps
Suggested Answer

Dataverse vs Collection

(0) ShareShare
ReportReport
Posted on by 88 Season of Giving Solutions 2025
Hi.

I have a app that patch to a dataverse and to a collection. After the patching, I have a code that are filtering a pickinglist. It works with if a take the data from the dataverse but not from the collection. Why?
The colPickedParts is the collection and it don´t work, but if I put in the Dataverse insted, it works fine.

 ClearCollect(
        colPicked1;
        Filter(
            colPickedParts;
            PopID = gblpopid1 && PlocklÃ¥da = gblBox1
        )
    );;
    ClearCollect(
    SListTask1;
    Filter(
        colPickTot1;
        PartNumber = PartNumber &&
        Not(PartNumber in Filter(colPicked1; Artikel = PartNumber).Artikel)
    )
);;
I have the same question (0)
  • Suggested answer
    abc 123 Profile Picture
    789 Moderator on at
    The collection will need to be structured the same way that the data coming from the DV list is. 
     
    For example, if the Choices() function is used for the DV List, then you'll need to structure the collection with the Id and Value columns. 
     
    So, post what method is used to get data from DV, and also post what that structure is. 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard