Skip to main content

Notifications

Power Apps - Power Apps Pro Dev & ISV
Unanswered

Dataverse vs Collection

Posted on by 66
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)
    )
);;
  • Suggested answer
    abc 123 Profile Picture
    abc 123 629 on at
    Dataverse vs Collection
    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

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,246

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,884

Leaderboard