In Powerapps, I have created a new screen and connected my data source (Recruitment Tracker). I'm designing the screen to look like cards for each submitted request. I clicked insert, Gallery, Vertical then connected my data source. Now I want to only show all of the ...
I believe the users would not have to go back beyond 500 records via the gallery, definitely not more than 2000. If they needed to search for data further back, I intend to to organise another option outside of powerapps for this. ...
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver) Filter a SharePoint Document Library in Power Apps Using Buttons.docx891 KB Reply Ray_B58 Copper Contributor to RobElliottDec 29, 2022 Thanks RobElliott - I'm still learning PowerApps so this will be a ...
I found a really reasonable workaround for this issue. The key is to create a new collection from the SharePoint list data source that you are tyring to filter on. Since collections are internal to PowerApps you don't run into any delegation issues wh...
To look at what you want to achieve (filter a gallery on multiple items selected by a user), using a ComboBox/DropDown, I believe you would need anInFilter, which is not delegable. It would end up like Filter(YourData, Status in YourCombo.Sele...
have a Yes/No (boolean value) item in a sharepoint list (Task Completed) that I am trying to filter on. However, when using the only delegation method, according to this list:https://powerapps.microsoft.com/en-us/tutorials/delegation-list/, I have ...
have a Yes/No (boolean value) item in a sharepoint list (Task Completed) that I am trying to filter on. However, when using the only delegation method, according to this list:https://powerapps.microsoft.com/en-us/tutorials/delegation-list/, I have ...
have a Yes/No (boolean value) item in a sharepoint list (Task Completed) that I am trying to filter on. However, when using the only delegation method, according to this list:https://powerapps.microsoft.com/en-us/tutorials/delegation-list/, I have ...