Forum Discussion

Russell Gove's avatar
Russell Gove
Iron Contributor
Oct 08, 2017

show only items assigned to logged on user

hi ,

i created a powerapps to let users view tasks in a sharepoint site. i just us d the tooling to have the app generated automagically for me. how to i configure the 'landing' page to only show items assigned to the user?

thanks

 

  • Give it a shot with something like this... for a Gallery 

     

    ShowColumns(Filter(Complaints,User().Email=AssignedToTxt), "Store","PowerappsCompStatus","Complaint_x0020_Source")

     

    I had to copy the SP list data to a single line of text column, then filter and compare and call the 3 columns I wanted. Hope this helps...

     

  • Is there not a view defined behind the presentation in the PowerApps?
    If there is, can you not filter on Assigned To equal [Me]?
    Kind regards, John
    • russell gove's avatar
      russell gove
      Copper Contributor

      Great question John. I don't know if  there is a view defined behind the presentation in the PowerApps. If there is I could certainly configure it to show only the items  assigned to the user.

       

      Is there a view defined behind the presentation in the PowerApps? If so, how do i specify the view to use?

       

       

      • russell gove's avatar
        russell gove
        Copper Contributor

        btw, the computer im using to try this out has windows 7, so i can only use the web ui... no Powerapps desktop.

Resources