Skip to content

Power Apps: Merge tables/collections and get distinct records (without using Collect)

Imagine a case where you have two tables/collections in a Power Apps canvas app, and you want to merge those tables in a single one to be used somewhere else. The common practice is to use collections and to collect all data from those tables in a new collection.

The problem of this approach

If this collection is used in a single place, with no data editing need, an additional third…

Continue Reading Michel Mendes’s Article on their blog

Power Apps: Merge tables/collections and get distinct records (without using Collect) – michelcarlo

How to merge tables or collections and return only distinct values in Power Apps canvas apps without using the collect formula.

Blog Syndicated with Michel Mendes’s Permission

Leave a Reply