Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Conditional Button on View

(0) ShareShare
ReportReport
Posted on by 48

Hi all,

 

I have a problem with my Apps on Action Bar on view

Basically when the user view their data information, there's delete button but i want to make it conditional where if the data 'status' field is closed the button is invisible but using ThisItem is not working because it's on the action bar.

Any idea?

 

This is the current DisplayMode

If(!IsBlank('IMP List'.Selected) && DataSourceInfo([@'IMP Data'] , DataSourceInfo.DeletePermission) , DisplayMode.Edit, DisplayMode.Disabled)

I want to add if IMPData Status="Open"

 

Thank you

Categories:
  • ikmalfikri Profile Picture
    ikmalfikri 48 on at
    Re: Conditional Button on View

    Thank you sir

  • Verified answer
    timl Profile Picture
    timl 33,713 on at
    Re: Conditional Button on View

    @ikmalfikri 

    Assuming that your 'IMPData Status' is in a card on a form, you can reference the control on the card, rather than the data item through the 'ThisItem' keyword.

    To give an example of the syntax, DataCardValue10.Text is what would return the data item value in this example.

     

    timl_0-1618071278038.png

     

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,422

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,711

Leaderboard