Hi Team,
I have a table named Table1_1 in PowerApps. It has 5 columns:
Service date – Date & Time
Amount – Number
Item – Lookup (Multi-Select)
Products – Lookup (Multi-Select) Table Item Formula -
With( { _Data: Sort( Filter( roservices, 'Mobile Number'.Value = Gallery3_1.Selected.'Mobile Number'.Value ), ID, SortOrder.Descending ) }, DropColumns( AddColumns( _Data, ItemV, Concat( Item, Value, ", " ), ProductsV, Concat( Products, Value, ", " ) ), Item, Products ) )
Hi @warrenBelz,
As I mentioned earlier, I’m using a Modern Table, not a gallery. I already tried this formula, but it doesn’t work in the Modern Table.
Please see the screenshot of the table below.
Concat( ThisItem.Item, Value, ", " ) Concat( ThisItem.Products, 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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Tom Macfarlan as our Community Spotlight for October…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 1,019 Most Valuable Professional
developerAJ 436
MS.Ragavendar 281 Super User 2025 Season 2