web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : aZ/Nx+3dz68Bbt/+C2RAx+
Power Apps - Building Power Apps
Suggested answer

Power app Canvas: Modern table link inside a column

Like (0) ShareShare
ReportReport
Posted on 12 Mar 2024 08:28:36 by 42

I am trying to add a link column to a Power App Canvas that inside screen that has a modern grid. 

 

Simone_01_0-1710231938232.png


With the old grid control i can click on a column and choos IsHypertext property and set it to 'true'. Then add my logic to OnSelect of such column.
But with modern grid i have not such option, and i have to put onSelect on the entire grid.
This is not a big issue per se, but it will be an issue because when the screen load for the first time, and data are fetched, OnSelect is atomatically triggered (it's like by default the grid select the first item), and this is an issue.

 

--Edited : 

if it's complex to add a link inside a column, also a button inside an action column is enought. I need a way to let the user click and select a column without use the OnSelect of the grid (that is triggered when the grid is binded)

 

Categories:
  • Suggested answer
    EricRegnier Profile Picture
    8,714 Most Valuable Professional on 13 Feb 2025 at 13:05:45
    Power app Canvas: Modern table link inside a column
    Hi @Simone_01,
    Not sure if you solved this yet, but unfortunately it's not yet possible to have link embedded inside the modern table control. A workaround is to create a "navigate" button and then with PowerFx, open the URL based on the selected item(s). Here's an example:

    PowerFx sample: 
    ForAll(MyTable.SelectedItems, Launch(AppUri, {id: ThisRecord.Id, pagetype: "entityrecord", etn: "new_asset"}, LaunchTarget.New))


    Hope this helps!

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete