Hello All,
I am new to Power Apps and am trying to filter a data table. Below are screenshots of the unfiltered table which works fine. The source is a SharePoint list called "Leave Request".
|
|
Here is how I am trying to filter the table, but this results in no records found. Note that the column "Status" comes from source column called "Request Status"
Filter('Leave Request',"Request Status"= "Submitted")
|
|
Thank you for any help you can provide.
-DJ
Thank you!
Hi @djurecicK2 ,
Single quotes around the field name
Filter(
'Leave Request',
'Request Status' = "Submitted"
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 2