Forum Discussion

RenPNW's avatar
RenPNW
Copper Contributor
Apr 15, 2024

Edit List Item using PowerApps form

Hi,  I have a Form that I created that will allow me to create a new record in my Sharepoint List but when I try to Edit that record, selecting it from the default List view, I just receive a messag...
  • ganeshsanap's avatar
    Apr 15, 2024

    RenPNW Try setting Item property of form control like this: 

     

    If(IsBlank(SharePointIntegration.Selected),First([@Tasks]),SharePointIntegration.Selected)

     

    Where Tasks is the SharePoint list name. 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources