Announcements
Hi,
When I am selecting from a SharePoint list to edit an item, Powerapps will always open the top item of the SharePoint list.
Any way to fix this?
Craig
Did you generate the PowerApp from the SPList to get started or are you creating from a blank PowerApp and adding the SPList to the app? I ask because the PowerApps generated SPList app wires everything up for you and I have never experience an issue with the selected item not working as expected.
Hi Jeff,
I generated it from the SP list itself. I've done it this way a couple of times myself with no issue.
I've had a read online and there is not much to go by apart from perhaps the 'Item' field picking up the wrong field?
Thanks
Can anyone advise what my settings should look like perhaps on the SharePoint Integration page to cater for this?
@audrieg @v-micsh-msft @v-monli-msft @Meneghino Can any of you advise on how to link PowerApps to a selected SharePoint list field please? My app is currently only every loading the very first SharePoint list item.
I had faced similar kinda issue in my powerapps. I have tried aplying the below Rule as workaround,
If(IsBlank(SharePointIntegration.SelectedListItemID) || IsEmpty(SharePointIntegration.SelectedListItemID),First('[DataSource]'),First(Filter('[DataSource]',ID=SharePointIntegration.SelectedListItemID)))
After applying the Rule it started working for me.
Thanks for the fix. After applying condition in form >> advanced properties, it worked for me.
This issue has just arisen for me as well. Can you advise where you loaded the condition
Did you get any response where to set this condition ?
Thank you @SriHariBabu @navPowerApps @Jeff_Thorpe !
I had the same issue - it works fine in PowerApps, but if someone clicks to edit an item from the SharePoint List, it just opens the last item clicked on in the power app.
Example of the powerapp form screen that is pulled up when I select an item:
As you can see, it is not the item I have selected in the SharePoint list itself.
However, if I click edit from the PowerApps pane that opens, it brings me to the correct item:
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 85
WarrenBelz 76 Most Valuable Professional
Kalathiya 38 Super User 2026 Season 1