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

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 11

  • @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 10 месяцев назад +3

      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.

    • @johnfromireland7551
      @johnfromireland7551 Месяц назад

      @@owenwetherow Use CoPilot, now, to solve this?

  • @rohanghodke6189
    @rohanghodke6189 5 месяцев назад

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

    • @remandlo
      @remandlo 5 месяцев назад

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

  • @remandlo
    @remandlo 5 месяцев назад

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