web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / can not right filter
Power Apps
Answered

can not right filter

(0) ShareShare
ReportReport
Posted on by 10
Hi all, please help me this problem.
I have a Sharepoint List with a table:
 
I use code: 
Filter(tblSukientuantra,If(StartsWith(Title,varBarcode2_1),Navigate(Screen3),Navigate(Screen2))).
With this code, only work with the end of record but not filter all record with Title column
 
How do I filter all record with Title column
Categories:
I have the same question (0)
  • AlfredMut Profile Picture
    4 on at
    The field Title it's not delegable, try to create new text field for use.
     
    Regards.
  • Verified answer
    WarrenBelz Profile Picture
    156,137 Most Valuable Professional on at
    Hi klinns
    Firstly the Title column certainly is Delegable, however I suspect you want something like this
    If(
       !IsBlank(
          LookUp(
             tblSukientuantra,
             StartsWith(
                Title,
                varBarcode2_1
             )
          )
       ),
       Navigate(Screen3),
       Navigate(Screen2)
    )
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard