How to create a PowerApps PCF control

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this video I demonstrate how to get started with the PowerApps Control Framework and make your first control.
    See the official docs here: aka.ms/pcfdocs
    Learn how to debug a PowerApps PCF Control here: • How to debug a PowerAp...
    Download PCF samples here: docs.microsoft...
    Learn all about PCF Controls from the engineers in this video. • Getting started with P...
    If you need help, consulting, or assistance please reach out at power.canviz.c...

КОМЕНТАРІ • 22

  • @harendrasingh1839
    @harendrasingh1839 5 років тому +3

    Great overview, Todd. excited to see PCF for Canvas apps.

  • @DavesTechTips
    @DavesTechTips 5 років тому +1

    Thank you Todd. Can't wait for PCF to come to canvas apps.

  • @Topness
    @Topness 5 років тому +2

    This is fantastic, just the right level of detail. Thanks!!

  • @AkhileshYadav-wr4kq
    @AkhileshYadav-wr4kq 4 роки тому +1

    Great overview for beginner, Thanks!!

  • @justair07
    @justair07 3 роки тому

    Exactly what I was looking for Todd. Thank you!

  • @TheUnni2008
    @TheUnni2008 5 років тому +6

    Hi am getting an error "Type string|null " is not assignable to type 'string'. Type 'null' is not assignable to type 'string'".

    • @ToddBaginski
      @ToddBaginski  5 років тому +1

      Try starting from scratch and see if it still occurs.

    • @ericson1114
      @ericson1114 5 років тому +13

      I found the solution to the problem. You have to write an exclamation mark after the "raw". This tells the compiler to assume that there is a value. The solution works for every parameter that contains "null".

    • @samwallis3599
      @samwallis3599 4 роки тому

      @@ToddBaginski This may have been updated - StringProperty can be of type string or null now according to the PCF types

    • @vidyasagaralti1944
      @vidyasagaralti1944 4 роки тому +1

      @@ericson1114 It worked with !

    • @ketan3006
      @ketan3006 4 роки тому

      @@ericson1114 Thanks :D

  • @sangee_1236
    @sangee_1236 5 років тому

    Great work .... Can you please make a video on display image using PCF ... Facing issues on loading images ... Works fine in local once deployed in crm images are missing

  • @furkankaracan2076
    @furkankaracan2076 3 роки тому +1

    Great video thank you

  • @maltieparsoe531
    @maltieparsoe531 3 роки тому

    Hey, I can not find the video where you implement the PCF in a model driven app

    • @ToddBaginski
      @ToddBaginski  3 роки тому

      Hi. I haven't got a chance to make that video. Check out the Microsoft documentation, they describe how to do it in a MDA.

  • @thedos09
    @thedos09 4 роки тому

    Great tutorial! Thanks!

  • @sujachandran84
    @sujachandran84 5 років тому

    Is it possible to bind fetchxml result to the controls

    • @ToddBaginski
      @ToddBaginski  5 років тому

      It sure is. Here is an example. powerusers.microsoft.com/t5/PowerApps-component-framework/Calling-REST-web-api-from-PCF/td-p/297292/page/2

  • @gilesforde5761
    @gilesforde5761 5 років тому

    I got error 'new element contains the parent'. Any ideas why?

    • @ToddBaginski
      @ToddBaginski  5 років тому

      Nope. I'd suggest trying again with a fresh template.