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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / LookUp Field Blank Check
Power Apps
Unanswered

LookUp Field Blank Check

(0) ShareShare
ReportReport
Posted on by 15

I got Payment Entity Which has  look up  field of Organisation Entity.i want to Blank Check on Organisation Field 

I tried Isblank and Len Functions. Any Help Much Appreciated

Categories:
I have the same question (2)
  • rimatos Profile Picture
    on at

    Hi @LokeshCapita ,

     

    Could you show how you are using the IsBlank function to evaluate if the Organization field is empty? Depending on how the data is structured it could be something as simple as this:

     

    Filter(Payment,IsBlank(Organisation))

     

    The documentation for this function can be found in more detail here.

     

     

    Let me know if this answer helped you move forward!

     

    Regards,

    Ricardo

  • LokeshCapita Profile Picture
    15 on at

    Hi @rimatos 

    thisis how i am using

     

    If(IsBlank(ModelDrivenFormIntegration].Item.Organisation),Navigate(ConfirmManual_Error,Transition.None)

  • rimatos Profile Picture
    on at

    Hi @LokeshCapita ,

     

    I've made a slight change to the function you provided me in the previous reply.

     

    Could you try it now on your side? If it still fails could you show me a print of the error that you get?

     

    If(IsBlank(ModelDrivenFormIntegration.Item.Organisation),Navigate(ConfirmManual_Error,Transition.None)

     

     

    Regards,

    Ricardo

  • LokeshCapita Profile Picture
    15 on at

    hi @rimatos 

    this is my full code


    If(IsBlank(ModelDrivenFormIntegration.Item.Organisation),Navigate(ConfirmManual_Error,Transition.None),
    'ConfirmLatePaymentPerfomBoundAction'.Run(ModelDrivenFormIntegration.Item.'Late Payment');Navigate(ConfirmManualMatch_Success,Transition.None))

     

    when i am tring this its going only to error screen even though my organisation field is not blank .its not  executing performbound action

  • rimatos Profile Picture
    on at

    Hi @LokeshCapita ,

     

    So the way the IsBlank function works is it tests for a blank value or an empty string. The test includes empty strings since some data sources and controls use an empty string when there is no value present. My suggestion would be to try and test specifically for a blank value using if( Value = Blank(), ... instead of IsBlank.

     

    Another function you could try is the  IsEmpty function, which tests whether a table contains any records, and in this situation could also help to unblock you.

     

    You can consult on both these functions here: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-isblank-isempty#description

     

     

     

    Hope this helps you move forward!

     

    If you are still struggling after attempting these workarounds, I would suggest raising a ticket with Microsoft Support from your admin portal: https://admin.powerplatform.microsoft.com/support

     

     

    Regards,

    Ricardo 

  • Verified answer
    LokeshCapita Profile Picture
    15 on at

    hi @rimatos  

    thanks for your help .some how i manged to fix this problem by creating variable and assiagning them all organisations .and doing isblank check on that variable.its working now

  • Robert94 Profile Picture
    520 on at

    How did you do it exactly?

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard