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 / Hide button based on a...
Power Apps
Answered

Hide button based on a date in another field

(0) ShareShare
ReportReport
Posted on by 121

I have a button which updates my app to the date and time now. Once the button is pressed I want it to be hidden for 28 days. 

The date gets stored in a field within a sharepoint list.

 

The datacard is called MRSDatacard and the field value is DataCardValue39.

 

I've looked at and tried various option within the visible section of the button but am unable to link it to the last updated date.

 

Cheers

Categories:
I have the same question (0)
  • Markswan20 Profile Picture
    121 on at

    As easy as that thank you 

  • Verified answer
    madlad Profile Picture
    2,637 Moderator on at

    If you just need to base it off of the Date displayed in DataCardValue39, you could set the button's visibility to something along the lines of:

     

    DateDiff(DataCardValue39.SelectedDate, Today()) > 28

     

    Please note, I'm assuming that DataCardValue39 is a date picker here.

     

    If you mean that you want it compared to the last date in the SP list's records, try something like:

     

    DateDiff(Last(*YourSPList).*DateColumn*, Today()) > 28

     

     

    Hope this 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

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
Kalathiya Profile Picture

Kalathiya 421

#2
WarrenBelz Profile Picture

WarrenBelz 365 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard