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

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 9

  • @internetperson84
    @internetperson84 Рік тому +1

    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!

  • @juansepowerplatform
    @juansepowerplatform Рік тому

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

  • @MrMezo47
    @MrMezo47 Рік тому

    Amazing tutorial and use case!

  • @Trevor.Morrice
    @Trevor.Morrice Рік тому

    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.

    • @owenwetherow
      @owenwetherow 8 місяців тому +2

      Hi Trevor,
      I had the same problem. At ~1:55 in the video Andrea types in the component name in lower case. If you type in CamelCase then getValue throws an error because it getAttribute("CamelCase") is NULL.
      I know this is an old post, just replying for anyone else facing the same problem.

  • @rohanghodke6189
    @rohanghodke6189 3 місяці тому

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

    • @remandlo
      @remandlo 3 місяці тому

      my app returns true or false on a Yes/No dropdown.

  • @remandlo
    @remandlo 3 місяці тому

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