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 / Dynamic editable table
Power Apps
Unanswered

Dynamic editable table

(0) ShareShare
ReportReport
Posted on by 37

Hi,

I'm trying to achieve a dynamic inline table in Powerappps:

 

I have one list in SP and my goal is to show to users this list in Powerapps that they can edit, the challenge is: in this list sometimes some columns are empty so users want to see only columns with values, so to do that:

 

1- I extract "!Blank" columns headers from this list 

2- I store the result in collection varColumnNames

 

 

// collect the table values
ClearCollect(
colTable1,
 ShowColumns(
 Filter(
 'TDS-Source-Properties', 'TDS-Source-ID'.Value=SelectedTemplateID
 ),
 "Title",
 "Value",
 "Unit",
 "Standard",
 "afterT_x00b0_",
 "FiringT_x00b0_",
 "T_x00b0_",
 "Aa_Properties"
 ));

// get the column headers
ClearCollect(
 varColumnNames,
 Distinct(
 Ungroup(
 MatchAll(
 JSON(
 colTable1,
 JSONFormat.IgnoreBinaryData
 ),
 "([^""]+?)""\s*:"
 ).SubMatches,
 "SubMatches"
 ), Value)
)

 

 

3- i get values of this list in a collection SelectedTDSSourceProperties

 

 

//Collection Properties for Selected Template
ClearCollect(SelectedTDSSourceProperties, Filter('TDS-Source-Properties', 'TDS-Source-ID'.Value=SelectedTemplateID))

 

 

4- Insert 2 nested gallery vertical and horizontal as you can see below

hackondor_0-1622108209101.png

4- so I stuck here because I have no idea which formula to use to match the two collections depending on the current item I've tested lookup with filter but didn't work

 

 Does someone have an idea? Or maybe another workaround

 

Thank's

 

Categories:
I have the same question (0)

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard