Announcements
varCurrentTab = "Communications" && With( { _Data: Filter( 'DS', 'Process Type'.Value = Trim(DataCardValue48_2.Selected.Value) && 'Resource Type'.Value = Trim(DataCardValue6_1.Selected.Value) ) }, LookUp( _Data, "YouTubeSubscribe" in 'Field to be hidden'.Value, 'Hide?' ) = false || IsBlank( LookUp( _Data, "YouTubeSubscribe" in 'Field to be hidden'.Value ).'Hide?' ) )
DataCardValue66_2.Value&&Self.Visible=true
Parent.Default
Hi @Poweruser32490,
The issue is that the Update property doesn't reliably evaluate Self.Visible the way the Visible property does. Also, Self.Visible = true is unnecessary because Visible already returns a Boolean value.
Self.Visible
Self.Visible = true
Visible
If you want the SharePoint Yes/No column to reflect the visibility of the DataCard, use the same visibility condition directly in the Update property, for example:
Or store that expression in a variable and use the variable in both the Visible and Update properties. This avoids duplicating the logic and keeps both properties in sync.
Best Regards, Pankaj Jangid (OyePanky) Power Platform Developer YouTube: https://www.youtube.com/@oyepanky Website: https://dialforit.com
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 335 Most Valuable Professional
11manish 165
MS.Ragavendar 96 Super User 2026 Season 1