Skip to main content

Pull in related list items using a customized PowerApps list form

PowerApps is a great way to easily customize the new, edit, and/or display forms of list items in SharePoint online. In some cases you may also want to pull in items from another list with items related via a lookup column. In this blog I will discuss the steps to use a gallery control to pull in these related items.

This blog assumes that you have a working knowledge of using PowerApps to customize a list form, if not you can view some information on getting started with PowerApps here: https://powerapps.microsoft.com/ro-ro/blog/microsoft-powerapps-learning-resources/

Starting with a PowerApps customized list form, from the PowerApps canvas select 'Insert' from the ribbon and select one of the Gallery controls. I'll be using Vertical for this demo.


From the Data pane select add data source to connect to the list you would look to pull in data from. Note: This can be any list or library in SharePoint so while lookup columns are site specific if you use something like Flow to relate items via the ID you could also pull in those items via the same method.

The next step is configuring the Items returned in the Gallery, you can do this by selecting the 'Items' property of the control and configuring the filter function as follows:

filter(list,filter criteria)

  • where 'list' is list you would like pull data from
  • where 'criteria' is the name of the column you would like to filter on, in this case it is the id value of a lookup column called projectLookup, equals the id of the current item in the display form. The current item of the display form can be pulled in using 'SharePointIntegration.SelectedListItemID'
    Note: Lookup columns are non-delegable and may not work with larger data sets, to find out more about delegable data sets check out this post: https://blog.mslavieri.com/2019/02/powerapps-delegation-warning.html



The Gallery is now set up to pull in all of the related items in the list from that list. The Gallery control will repeat each of its sections for as many items that are returned. You can customize the Gallery by pulling in different controls or text boxes into one of the repeating sections to customize the Gallery in whatever way you want. If you want to display item properties for the items pulled in you can select 'Fields' in the Gallery pane and select the value you would like for each control. 


This is effectively a UI to update the value in the text property of the control. If you click into a control and select the text property you will see that it has been updated to ThisItem.itemproperty


By knowing this you can use the item's properties to do some unique things such as navigate to the display or edit form of the item like I am doing for the 'Track' button that was added to the Gallery. 


That's it, hopefully you found this guide helpful, if you have any questions ask them in the comments or reach out on twitter @mslavieri

Comments

Popular posts from this blog

PowerApps Delegation Warning

Update Aug 15 2019 - Microsoft has updated PowerApps to allow for some complex SharePoint data delegation, this will hopefully resolve most issues you were seeing when working with SharePoint data:  https://powerapps.microsoft.com/en-us/blog/sharepoint-delegation-improvements/ If you've tried to use the Filter, LookUp or Search actions in PowerApps you have seen the yellow warning error that shows a 'delegation warning' and you might have even ignored it because your PowerApp was working fine in testing. However once you get into larger data sets your PowerApp will have some issues so in this blog I will attempt to explain what the delegation warning is and how you can fix your PowerApp. Delegation So what even is Delegation in PowerApps? When doing any sort of data manipulation for an app, PowerApps will try to push the processing of that data to the source system instead of doing all of the manipulation in the app. This is done to increase the efficiency of you

What's new in Learning Pathways version 3

Microsoft Learning Pathways just launched with version 3.0. In this blog I'll provide an overview of what has updated with this new version of Learning Pathways. If you don't know what Learning Pathways is check out my blog or Microsoft documentation . If you already have Learning Pathways you can manually deploy the app package to your app catalog to update the application. New Content New content has been added for the following apps:  Teams Outlook OneDrive Planner Sway OneDrive In addition to these updates for existing applications two additional areas now have content:  Accessibility  Access To view the full change log of these visit:  https://docs.microsoft.com/en-us/office365/customlearning/custom_contentupdates New Features Microsoft Success Center The Microsoft Success Center provides you with all the information you need to know what's going on inside of Learning Pathways such as how to customize Learning Pathways, to help

The Behind the Scenes Scope of SharePoint News

I recently had someone ask if there was any way to disable the ability to send a SharePoint news article to an external party and after some clarification it became apparently that even with external sharing completely disabled in the tenant you can, in fact, send a preview of the article to any email address. After some research it became apparent that there is no ability to turn off this functionality which caused some concern of potential data leakage. For reference we are talking about the SharePoint news article 'Send to' functionality shown below.  While a credential is needed to access the full article, any email sent will include an article preview. The article preview doesn't show anything too worrisome as it is just the title, the first few lines of text, and an image but one area that caught my eye was the ability to add in the optional message. After some testing it does not appear that there is any length limit to the text that can be put in the summary, it got