Hi Good Day
Why Table1.Selected.ID is inconsistent
The Table control currently has a few behavioral issues:
• Selected is not reliably updated on every click
• Clicking different parts of a row (text vs empty cell vs padding area) can behave differently
• Sorting/virtualization can cause the “selected record” context to lag or not update
• In some cases, the row is rendered correctly but the internal selection state is not set → so Selected becomes blank
So even though:
• the row is visible
• the ID is visible
The control may not consistently update Selected.
workaround
The recommended workaround is to avoid relying on Table.Selected for interaction logic and use Use a Gallery instead
A Gallery control is the standard solution for interactive rows in canvas apps.
Why it works better:
• ThisItem is always reliable
• OnSelect exists at row level
Others have also reported similar issues
https://community.powerplatform.com/forums/thread/details/?threadid=a3b8682d-2ff2-f011-8407-000d3a53ff74
Vishnu WR
Please ✅ Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like ♥