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 / Edit Gallery expect Co...
Power Apps
Answered

Edit Gallery expect Completed Status should list

(0) ShareShare
ReportReport
Posted on by 263

Hi All,

I have created a Edit form Gallery it is done perfectly but my query is under header Mail_Status <> "Completed" data should list in Edit gallery it is possible

this below query only list of their user upload data only. its possible to add the above req on same.

 

ClearCollect(colGridData,Filter(Gobal_Master_Data_EU,StartsWith(Requestor_Name,TextInput2.Text)
&& Allocated_To=User().FullName));

filter.png
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,399 Most Valuable Professional on at

    Hi @Jawaharprem ,

    See below - the reason for the split is that <> is not Delegable

    With(
     {
     wData:
     Filter(
     Gobal_Master_Data_EU,
     StartsWith(
     Requestor_Name,
     TextInput2.Text
     ) && 
     Allocated_To = User().FullName
     )
     },
     ClearCollect(
     colGridData,
     Filter(
     wData,
     Mail_Status <> "Completed"
     )
     )
    )

     

    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

  • Jawaharprem Profile Picture
    263 on at

    Hi sir,

    Thank you for your time,

     one error list on <>

    error mentioned :- "Incompatible types of comparison. These types cant be compared:Record,Text."

  • Verified answer
    WarrenBelz Profile Picture
    154,399 Most Valuable Professional on at

    @Jawaharprem ,

    I simply copied your requirement posted for that past - if this is a Choice column

    With(
     {
     wData:
     Filter(
     Gobal_Master_Data_EU,
     StartsWith(
     Requestor_Name,
     TextInput2.Text
     ) && 
     Allocated_To = User().FullName
     )
     },
     ClearCollect(
     colGridData,
     Filter(
     wData,
     Mail_Status.Value <> "Completed"
     )
     )
    )

     

    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

  • Jawaharprem Profile Picture
    263 on at

    Hi sir,

    Yes, This is a Choice Column.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard