Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Show "Multiple lines of text" field only if the same field has data

(0) ShareShare
ReportReport
Posted on by 247

hello all,

 

i was wondering if is possible to display a field called "Results" only if the same field "Results" which is a Multiple Lines of text SharePoint column has data to it at a canvas view form.

 

Of course the "Results" is edited at a canvas edit form.

 

thank you

  • kouliscon Profile Picture
    247 on at
    Re: Show "Multiple lines of text" field only if the same field has data

    thank you @BCLS776 

  • BCLS776 Profile Picture
    8,988 Super User 2025 Season 1 on at
    Re: Show "Multiple lines of text" field only if the same field has data

    The ! operator is like a NOT operation - it returns the opposite of the expected value.

  • kouliscon Profile Picture
    247 on at
    Re: Show "Multiple lines of text" field only if the same field has data

    that worked great thank you!!

    i need to read more to understand what the exclamation sign - ! - is doing exactly... 

     

    thanks again

  • Verified answer
    BCLS776 Profile Picture
    8,988 Super User 2025 Season 1 on at
    Re: Show "Multiple lines of text" field only if the same field has data

    You can use an If statement or other function that returns true/false in the Visible property of a control to check a value in the same control and toggle visibility. Example in the Visible property:

    !IsBlank(myControl.Text)

    This code will hide the control if there is no text in it.

     

    Hope that helps!

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,017 Most Valuable Professional

Leaderboard