Show/Hide a Tab in a Model-Driven App Form using JavaScript

preview_player
Показать описание
Let's Get Started: In this tutorial, I'll demo how the below JavaScript can allow a user to select a value from an option set that will show or hide a tab in a model-driven app form.

function TripTypeChange() {
}
else {
}
}
Рекомендации по теме
Комментарии
Автор

Thank you so much. This is exactly what I needed. I am decent enough with the non-coding aspects of power apps but needed that hand-holding through each step for my first ever experience with JavaScript. I would never have figured it out all of the steps all by myself, but now that I know them I'll be able to do many more things! You've helped me immeasurably. Hope to see more!

internetperson
Автор

Great, these short java scripts videos are super helpful. keep them coming :) thank you

juansepowerplatform
Автор

Some reason doesn't work for me it says getvalue is null. I've checked the attribute name and even looked on the chrome dev console to double check.

Trevor.Morrice
Автор

Why it is != to 1? Why it is not == 1?

rohanghodke
Автор

I am getting this error, Cannot read properties of null (reading 'setVisible')

remandlo