Announcements
I have two collections in Power Apps: ValoresDropDown and ValoresGalleryText.
ValoresDropDown
ValoresGalleryText
I need to compare ValoresGalleryText with ValoresDropDown, where ValoresDropDown is the base and ValoresGalleryText is the current one. I need it to perform this comparison and return the values that are missing in relation to the base collection (ValoresDropDown).
Clear(MissingItems); ForAll(ValoresDropDown as VD, If(IsBlank(Lookup(ValoresGalleryText,Value = VD.Value)),Collect(MissingItems,VD.Value)) );
ClearCollect( col_MissingValue; ShowColumns( Filter( AddColumns( ValoresDropDown ; MatchFound; !IsBlank( LookUp( ValoresGalleryText; Value = ValoresDropDown[@Value] ) ) ); MatchFound = false ); Value ) );;
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 335 Most Valuable Professional
11manish 166
sannavajjala87 71 Super User 2026 Season 1