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 / CANVAS-APP Modern Tabl...
Power Apps
Unanswered

CANVAS-APP Modern Table selected Issue

(0) ShareShare
ReportReport
Posted on by 2

Hello,

 

I'm currently experiencing an issue with the selected property within the on Select method of a modern table. This property is meant to identify the selected record, which I utilize to display data in other controls. However, it doesn't consistently trigger as expected, leading to a failure in updating the record accurately.

 

Are there any workarounds or solutions available to resolve this issue?

 

Best regards,

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,660 Most Valuable Professional on at

    Hi @redouane ,

    Probably not the one you want - Modern Controls are still mostly in Preview and apart from currently lacking some functionality compared with Classic, can also be unstable/inconsistent. If a Modern control is not performing as expected, you might consider reverting to the Classic item for the moment.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • redouane Profile Picture
    2 on at

    Thank you for your feedback.

    Actually, the modern table control fulfills all my requirements, as its design is good and it includes a sorting method as well as a selected property.

    However, I've encountered a bug. When we scroll down and select an item, the table1.selected property doesn't always work properly. It seems there's a bug that prevents this property from updating or triggering with the On select method.

  • WarrenBelz Profile Picture
    155,660 Most Valuable Professional on at

    @redouane ,

    I understand - what I am saying is that some Modern Controls are presently not really production app ready. 

  • Versata Profile Picture
    14 on at

    I wonder how it can be released if it is not production app ready. I'm currently facing same issue and using Table control. I've following code on OnSelect of the table and most of the times I get the notification error under If condition, where expectation is that I always get the first notification about row value of selected row. It seems strange that OnSelect event is firing while returning row as blank. I've also tried to refresh the datasource on my else part if it resolves, and it has no any change in behavior. I hope we should have any solution or workaround on this issue unless Microsoft is forcing us to use the gallery and design it like table for simple use case.

     

    Notify(TableTSUser.Selected.ID, NotificationType.Warning);
    Set(
        varTestScriptItem,
        TableTSUser.Selected
    );
    If(
        !IsBlank(varTestScriptItem),
        ResetForm(FormTestScript);
        ViewForm(FormTestScript);
        Navigate(scrTSUserView),
        Notify(
            "Technical error, table record is not selected properly, please refresh the page",
            NotificationType.Information
        );Refresh(GTTestCases)
    )

     

  • PwrPlatiAhBusZ Profile Picture
    4 on at

    Ran into same issue with Modern Tables and Refreshing the Datasource worked like a charm. With the Modern table it seems to keep the last id in memory and have to do some further tracing but works everytime once you refresh the dependent Datasource that is being used by the Modern Table. I would recommend trying to Refresh after your onSelect evenet and this should help.

    Refresh([@'Change Managements']);
    Navigate('Change Managements screen');

    PwrPlatiAhBusZ_0-1719347259097.jpeg

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 392

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 271 Super User 2026 Season 1

Last 30 days Overall leaderboard