Custom Pages in Power Apps model driven app and Command button in-app modern designer in powerapps

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025

ความคิดเห็น • 12

  • @AliHassan-ik2jz
    @AliHassan-ik2jz 3 ปีที่แล้ว +1

    Hi Softchief, well explained in short time. Really appreciated

  • @pradeepreddy7008
    @pradeepreddy7008 3 ปีที่แล้ว +1

    Hi Sanjay,
    Thank you for the session. Expecting more sessions like this 👏👏

  • @rashimalhotra8642
    @rashimalhotra8642 2 ปีที่แล้ว

    Hi, thanks for great information. Can custom page be added for an existing model driven app?

  • @ellesimprovementchannel1740
    @ellesimprovementchannel1740 3 ปีที่แล้ว

    How do you tie Power Automate flows to the Actions in the Commands like you can do with buttons in Canvas Apps?

  • @ellesimprovementchannel1740
    @ellesimprovementchannel1740 3 ปีที่แล้ว

    Where do we pass the executionContext in for the script like we normally do for scripts used for the forms?

    • @ericsondomantay8318
      @ericsondomantay8318 ปีที่แล้ว

      Actually, you can use primaryControl parameter
      eg.
      function mySampleFunction(primaryControl) {
      var formContext = primaryControl;
      // Perform operations using the formContext object
      }

  • @gopikavita
    @gopikavita 2 ปีที่แล้ว +1

    var selectedItem = selectedItems[0]; in the JS always returns the first record in the Custom Page. How to make this dynamic and pass the selected record by the user

    • @notnierotheither
      @notnierotheither 2 ปีที่แล้ว

      The problem is not the [0], its that he chooses the wrong parameter on button. You should pick SelectedControlSelectedItemReferences.

  • @nagalatha8453
    @nagalatha8453 2 ปีที่แล้ว

    Plz share the screen size height and width , i tried but page is not responsive

  • @ellesimprovementchannel1740
    @ellesimprovementchannel1740 3 ปีที่แล้ว

    How do we debug this?

  • @priyankarao2362
    @priyankarao2362 3 ปีที่แล้ว

    Can u please share the javascript written in webresource

  • @priyankarao2362
    @priyankarao2362 3 ปีที่แล้ว

    Why u have written first(accounts) in App start coding part