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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Hide same control on 2...
Power Apps
Unanswered

Hide same control on 2 tabs using JavaScript

(0) ShareShare
ReportReport
Posted on by 180


‘hello,

 

I have btc field on form on Tab1 and Tab2 , same control on 2 separate tabs

when I am using below code it is hiding on default Tab1 but not tab2 , How can I hide same control on both tabs using below code?

function hideControlBasedOnCondition(executionContext)

{ var formContext = executionContext.getFormContext();

var conditionMet = true;

var control = formContext.getControl("btc");

if (conditionMet) {

control.setVisible(false);

else {  control.setVisible(true); } }

 

Thanks,

I have the same question (0)
  • ChrisPiasecki Profile Picture
    6,422 Most Valuable Professional on at

    Hi @Shafdev,

     

    You can iterate through all controls bound to a column on a form.

     

    formContext.getAttribute("<attributeName>").controls.forEach(control => control.setVisible(false));

     

    Replace <attributeName> with the logical name of your column.

     

    ---
    Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard